(Keith Hollman) So, if we’re applying GDPR to our system, and we’re already making use of MySQL Transparent Data Encryption / keyring, then here’s an example on how to migrate from filed-based keyring to the encrypted keyring. Online.
Community
HttpClientFactory in ASP.NET Core 2.1 (Part 5): Logging
(Steve Gordon) In the 2.1 release of IHttpClientFactory, the ASP.NET team included some built-in logging of the HTTP calls made via HttpClients created by the factory. This can be useful for the diagnosis of failures, as well as to understand the time taken to complete HTTP calls to external service
SQL SERVER – Cluster Resource ‘AGName’ of type ‘SQL Server Availability Group’ in Clustered Role ‘AGName’ Failed
(Pinal Dave) I never leave my customers alone when they are having an issue with something which I helped them. Typically, I help customers in creating POC and deploying AlwaysOn Availability Groups.
Instrumenting Read Only Transactions in InnoDB
(Przemys³aw Malkowski) Probably not well known but quite an important optimization was introduced in MySQL 5.6 – reduced overhead for “read only transactions”.
Issues when syncing to BPM using a custom Azure DevOps (VSTS) process template
When setting up your Azure DevOps (VSTS) project in Lifecycle Services (LCS), if you use an inherited process template with custom fields, you may receive the following warning message:
MySQL 8: Performance Schema Digests Improvements
(Jesper Krogh) Since MySQL 5.6, the digest feature of the MySQL Performance Schema has provided a convenient and effective way to obtain statistics of queries based on their normalized form.
APEX client side error messages – apex.message.showErrors
(Tobias Arnhold) Since APEX 5.1 we have the ability to create client side messages without the requirement to use a plugin or custom code to create nice looking client side messages.
Dealing with multiple AD accounts
(Kenneth Fisher) To help promote the seperation of duties one of the things my company has done is to divide our permissions into two accounts. We have one account that is for our daily tasks.
Should I load structured data into my data lake?
(James Serra) With data lakes becoming very popular, a common question I have been hearing often from customers is, “Should I load structured/relational data into my data lake?”. I talked about this a while back in my blog post What is a data lake? and will expand on it in this blog.
Top Java Application Servers: Tomcat vs. Jetty vs. GlassFish vs. WildFly
(Vasiliy Zukanov) If you want to write a Java web application, the first thing you’ll need to do is make a difficult decision: choosing the Java application server on which your application will run.
