(Vadim Tkachenko) Percona XtraDB Cluster 8.0 comes with an upgraded Galera 4.0 library, which provides a new feature – streaming replication. Let’s review what it is and when it might be helpful.
Community
VS Code Go Language Extension Goes from Microsoft to Google
(David Ramel) Citing the need for “more maintenance and support,” Microsoft and Google have announced that further development of the Microsoft-led Go programming language extension for Visual Studio Code has been taken over by Google.
Messaging with Azure Service Bus – Part 9 – Premium Features
(Mark Heath) In this edition of my series on Azure Service Bus, I want to highlight a few of the “premium” features that Service Bus offers. Many of these aren’t necessary if you are just learning and experimenting with Service Bus, but if you are using it for mission critical production systems, th
Returning Promises From Async / Await Functions In JavaScript
(Ben Nadel) Over the weekend, when I was using SessionStorage to cache form-data in Angular 9.1.9, I had a service object that included a number of async / await functions.
Honey, I shrunk the database!
(Martien van den Akker) For my current assignment I need to get 3 SOA/B2B environments running. I’m going to try-out the multi-hop functionality, where the middle B2B environment should work as a dispatcher.
Rename Table During DataPump Import
(mdinh) At source perform export for tables=SCOTT.SALES, SCOTT.ORDERS
Nesting with Java interfaces
(Jeff Friesen) If you’ve read my Java 101 tutorial introducing static classes and inner classes, you should be familiar with the basics of working with nested classes in Java code.
Upgrading OCI Modules for Terraform
(Bobby Curtis) Automation is all the rage now; yet I’ve though automation has been the key to a lot of improvements over the years. Part of any automation process is to make the process simple to use and repeatable.
How to identify and resolve SQL Server Index Fragmentation
(Jignesh Raiyani) In this article, we will learn how to identify and resolve Index Fragmentation in SQL Server. Index fragmentation identification and index maintenance are important parts of the database maintenance task.
Cinchoo ETL – JSON Writer
ChoETL is an open source ETL (extract, transform and load) framework for .NET. It is a code based library for extracting data from multiple sources, transforming, and loading into your very own data warehouse in .NET environment. You can have data in your data warehouse in no time.