(Frits Hoogland) This blogpost takes a look at the technical differences between Oracle database 11.2.0.4 PSU 200114 (january 2020) and 200414 (april 2020).
Other News
IBM Db2 Analytics Accelerator: Time to Upgrade?
(Craig S. Mullins) This post is about the IBM Db2 Analytics Accelerator, sometimes (and hereinafter) referred to as IDAA.
Server-Side Pagination Using ASP.NET Core and Angular 8 – Part Three
(Siddharth Gajbhiye) In the final installment of this three-part series, we discuss how to fetch, sort, and display records from our database more efficiently.
Performance impact of TDE
(Jack Vamvas) Question: What is the performance impact of enabling Transparent Data Encryption (TDE) on SQL Server database query performance? How can I measure the performance impact ?
Avoiding the 3 massive mistakes business owners make as they scale Part Two
Typically, the difference between a small business and a successful and profitable company is time and experience. But there are certain factors that play a big part in how those companies grew to be successful — things like timing, having the right people, focus, and intensely hard work. And as your business begins to grow, you may be tempted to...
Reactstrap Components in ReactJS – Part Five
(Sanwar Ranwa) Reactstrap is a component library for Reactjs. It provides built-in Bootstrap components that provide flexibility and inbuilt validations, making it easy to create a UI.
SQL SERVER – Capturing Execution Plan for Canceled Query
(Pinal Dave) The reason, I love my job is that my audience. Every single day I work with new clients on the project Comprehensive Database Performance Health Check, I also discover new aspects of SQL Server. One of DBA recently asked is there any way to capture the execution plan for the canceled qu
18 Things You Can Do to Remove MySQL Bottlenecks Caused by High Traffic (Part Two)
(Peter Zaitsev) If your data does not fit into memory well, your MySQL performance is likely to be severely limited. If your data already fits in well, adding even more memory will not provide any performance improvements.
C# 8.0 Indices and Ranges
(Miguel Bernard) Compared to other languages, C# was way behind in capabilities to handle data efficiently.
Middleware in ASP .NET Core 3.1
(Shahed C) If you’ve been following my blog series (or if you’ve done any work with ASP .NET Core at all), you’ve already worked with the Middleware pipeline.