(Xiaohong Fu) Indexable and/or stage 1 predicates can be evaluated at the early stage during row retrieval.
Community
Configuring a Server-side Blazor app with Azure App Configuration
(Brady Gaster) With .NET Core 3.0 Preview 6, we added authentication & authorization support to server-side Blazor apps. It only takes a matter of seconds to wire up an app to Azure Active Directory with support for single or multiple organizations.
Java: Hello World at Platform.sh
(Otavio Santana) Recently, Platform.sh announced support for Java technologies. And in this post, we’ll cover how easy it is to either create or move your Java application to Platform.sh.
Experimenting With The Developer Ergonomics Of Data Access Using Parallel Struct Iteration In Lucee 5.3.2.77
(Ben Nadel) Last week, I discovered that Lucee 5 has the ability to iterate over data structures using parallel threads. This feature opens up the possibility of gathering data using asynchronous, parallel queries, something that is common place in the JavaScript / Node.js world but has never really
The Service Layer in Software Development Doesn’t Exist
(Peter Vogel) While the concept of “service classes” probably has some value when it comes to organizing the objects you’re dealing with, the idea of a “service layer” has no value at all when it comes to building applications.
Dropping useless MySQL indexes
(Federico Razzoli) Before reading this article, I suggest to read Indexes bad practices, if you missed it.
With and without WITH_PLSQL within a WITH SQL statement
(Connor McDonald) OK, let’s be honest right up front. The motivation for this post is solely to be able to roll out a tongue twisting blog post title.
RMAN Recovery From Missing All Control File
(Anuradha Mudgal) Today we are going to have look on the steps are used for “RMAN Recovery From Missing All Control File”.
Oracle DB Named Objects and Advanced Queuing Support New in node-oracledb 4.0
(Christopher Jones) Release announcement: A new release of node-oracledb, the Node.js module for accessing Oracle Database, is available from npm.
Ways to compare and find differences for SQL Server tables and data
(Daniel Calbimonte) Sometimes we need to compare SQL Server tables and/or data to know what was changed. This tip shows you different ways to compare data, datatypes and tables using SQL Server.
