| Subject | Cache a table | 
|---|---|
| Author | |
| Post date | 2013-10-16T14:31:17Z | 
Hello,
I would like to cache a few tables (Customer, CustomerAddress, ...) from my database so the query to this table are fast.
I will change the cache size so the tables fit into memory.
I have some huge tables in the database (Invoice, InvoiceLine, ...) And I don't want every query to those tables to remove the Customer tables from memory.
What is the correct way to accomplish this task ?
Many thanks in advance,
Julien