(Robert Catterall) On a number of occasions over the past several months, I have seen that there is some misunderstanding in the Db2 for z/OS community regarding support for certain types of database objects in a Db2 12 environment.
Community
AWS Shop: about the AWS Simple Notification Service (SNS)
(Frederique Retsema) Today [1] we’ll look at the AWS Simple Notification Service. We have two of them in our shop: one to get messages from the accept-lambda function and send them to the decrypt-Lambda function, and the decrypt-Lambda function will send the decrypted sales information via SNS to th
Project Leyden addresses Java pain points
(Paul Krill) Long-term Java pain points including slow startup time, slow time to peak performance, and large footprint would be addressed by a proposal being floated in the OpenJDK community by Mark Reinhold, chief architect of Oracle’s Java platform group.
SQL Server 2019 Linux On Azure
(blobeater) It was just a matter of time until I started combining my cloud experience with “different” flavours of SQL Server.
Routing In ReactJS
(Sanwar Ranwa) In this article we will learn routing in Reactjs from the beginning. Routing is a mechanism to redirect the users from one page to another page, and provides the navigation from one page to another page.
SQL SERVER – Stress Testing with oStress – Load Testing
(Pinal Dave) What I enjoy the most in my career as SQL Server Performance Tuning Expert is a daily challenge while working on Comprehensive Database Performance Health Check. Today, we will be discussing the scenario where I did Stress Testing with oStress. Let us learn about that in today’s blog po
What makes MySQL LRU cache scan resistant
(Arpit Bhayani) Disk reads are 4x (for SSD) to 80x (for magnetic disk) slower as compared to main memory (RAM) reads and hence it becomes extremely important for a database to utilize main memory as much as it can, and be super-performant while keeping its latencies to a bare minimum.
Using Layer Blend Modes To Highlight Text In Graphics Design
(Ben Nadel) This is just a note to self. But, for what feels like decades, I’ve struggled to clearly highlight text within a graphics file. Historically, I’ve positioned a yellow rectangle above the target text; and then, lowered the opacity on the rectangle in order to allow the highlighted text to
GoldenGate 19.1.0.0.4 Silent Install
(mdinh) GoldenGate install is so easy; don’t bother with GUI install.
Portable Elmax: C++ XML DOM Parser
(Shao Voon Wong) Portable Elmax is a cross-platform, non-validating XML DOM parser written in C++. Prior to this edition, there is another non-portable edition based on MSXML.