Anybody loading an encrypted SQLite database in memory with FireDac?

Anybody loading an encrypted SQLite database in memory with FireDac?

We noticed that if the database is read-only on disk (it's a lookup db, no saving to it), it is noticeably slower.

Comments

  1. Richard Baroniunas yes. I know that encrypting it makes it slower , but we’re loading it all into memory . It’s just that if the file on disk is read only it seems a lot slower

    ReplyDelete
  2. We must encrypt it, proprietary information. We are using the FireDac encryption and not SQLite (per se)

    ReplyDelete

Post a Comment