
I'm building a 130 million record database with 100 fields each.
Lots of filtering and searching.
A RAM disk should speed up things greatly I think.
What scares me is data securing.
A certain web scraping process will run for months.
Is it possible to let the RAMdisk copy a backup from the RAMdisk to my harddisk, say, every hour while the database is live?
Will PrimoCache interfere with the RAMdisk? I don't see how, but still want to be sure.
I could also get a dedicated SSD disk for just the database and allocated enough RAM to PrimoCache so the database will entirely fit in cache if needed.
Advise please.
Pros and cons of both approaches?