I have a fast SSD on a separate partition. How do I point disk cache to use that partition instead of…
How do I find where the cache is pointing to?
Hi @grimace
Disk cache is in RAM, you cannot point it to an SSD.
You can decide where to put your database files (see server.database.path
parameter) and the WAL (see storage.wal.path
parameter)
I hope it helps
Thanks
Luigi