Facebook Twitter GitHub LinkedIn LinkedIn LinkedIn

Posts tagged: essential-elements-of-high-performance

October 7, 2022

Server side caching

Essential elements of high performance applications
By Christian Charukiewicz
Server side caching can be used to cut down the time required to return the results of expensive queries by orders of magnitude.
July 25, 2022

Offloading work to the SQL database

Essential elements of high performance applications
By Christian Charukiewicz and Ben Levy
Offloading work from the application server to the database through the effective use of advanced SQL features can greatly improve application performance.
May 24, 2022

SQL indexes

Essential elements of high performance applications
By Christian Charukiewicz
Effectively using SQL indexes is a huge boon to performance of a web application.