(Anghel Leonard) This article is a brief introduction of the JDK 12 Teeing collector.
Community
Debugging Lock Contention Performance Issues in C# .NET
(Michael Shpilt) One of the reasons modern computers are so fast is because of multi-core processors. New CPUs can execute many instructions in parallel. How many? As many as the number of logical CPU cores. This allows us, programmers, to run code in parallel using Threads.
Licensing Solutions for .NET Applications
(Hannes DuPreez) Protecting your work is difficult protecting, especially if you’re a relatively small start-up, trying to generate an income and there is no affordable way to protect your applications from being pirated.
Working with Claims to Authorize Users in ASP.NET Core and Blazor
(Peter Vogel) When you need to integrate authorizing the user to perform some activity (or just want to retrieve information about the current user), you need to work with the ClaimsPrincipal’s Claims objects. Here’s everything you might want to do.
Learned indexes for an LSM?
(Mark Callaghan) The Learned Indexes paper opened a new area of research for storage engines. The idea is to use the distribution of the data to make searches faster and/or reduce the size of search structures.
LISTAGG() as a Cumulative Function
(stewashton) LISTAGG() can be used as an analytic function, but cannot be cumulative. What does that mean, and is there a workaround?
Oracle Table Prefs
(Neil Chandler) V. Quick post for me really: Some SQL to tell me all of the Table Prefs for any specific table (All Oracle 19 prefs)
Don’t Let the Streams Pool Fool You
(David Fitzjarrell) Sometimes conventional wisdom isn’t so conventional, or common. As a case-in-point DBAs may believe that the STREAMS pool is reserved strictly for streams processes.
SQL SERVER – Creating a Nonclustered Columnstore Index on Temp Table
(Pinal Dave) Recently I was delivering training on SQL Server Performance Tuning and during the session, I received a very simple question about the nonclustered columnstore index on a temp table.
Angular Js Components for Beginner
(R S Dodiya) How to create reusable component in Angular js. It is a good part to create component and reduce code of program in Angular js.
