|
|
|
|
|
by eduction
1207 days ago
|
|
The best cache is the one built into the database. People seem to forget that the major rdbmses have sophisticated cache strategies of their own and that handing them more RAM (and ensuring they are configured to use it for query or other cache) is usually a good first strategy before trying to second guess and reinvent the cache outside the db. Thread says SO allocates 1.5TB RAM to SQL Server. Sounds wise. |
|
If the data is sitting in memory, and you've tuned extracting the data from memory as fast as possible, job done.