(Biju Kunjummen) Tuples are simple data structures that hold a fixed set of items, each of a different data type.
Author: SSWUG Research
Azure Storage tips
(James Serra) As a followup to my blog post Azure Data Lake Store Gen2 is GA, I wanted to give some pointers when using ADLS Gen2 as well as blob storage, as it can get a bit confusing with all the options that are available.
Server Side Pagination Using ASP.NET Core And Angular 8
(Siddharth Gajbhiye) In this article, we will learn how to create server side paging which is very useful whenever we have to display large number of records.
Notification for SQL Server Database in Single User Mode
(Atul Gaikwad) While working on a new production server, somehow a database was changed to single user mode and we were not notified until the application team informed us that they were not able to connect to the database and were getting errors.
Performance Hub and SQL Developer Web
(Jeff Smith) One of the base features of Oracle SQL Developer Web is the Performance Hub. This performance diagnostics feature might be familiar to you if you have ever used EM Express.
Writing a BLOB to a File – Comparison Between PL/SQL and Java
(Nenad Noveljic) I asked the question on Oracle-L to learn about the use cases where people prefer database JVM to PL/SQL. One reason that appeared was better performance when writing BLOBs to files.
Advanced usage of gdb for profiling
(Frits Hoogland) This post is about how to use gdb, which is a debugger, so very simplistically put an aid for looking at C programs, as a profiler. I use gdb quite a lot for profiling because it’s the easiest way for profiling for me.
Quick hack for GTID_OWN lack
(Shlomi Noach) One of the benefits of MySQL GTIDs is that each server remembers all GTID entries ever executed.
Letting the Client Control Data Retrieval with GraphQL in .ASP.NET Core
(Peter Vogel) GraphQL lets you create data access services without writing controllers. Instead of writing procedural code, you declare schemas describing what queries you’ll accept and what you’re willing to return. Here’s how to get started in ASP.NET Core.
Using A File Upload Or The Request Body To Overcome The Slow Processing Of A Large Form POST In Lucee CFML 5.3.3.62
(Ben Nadel) Yesterday, I demonstrated that Lucee CFML appears to incur a request-cloning cost when spawning CFThread tags. In most circumstances, this cost is negligible.
