Is there an optimal database and source location to use in RDM? I have tried XML, SQlite, and Dropbox. Dropbox being the slowest by a wide margin. I was curious about MS SQL. I'm a single user with about 600 entries. Would I notice any stability and speed improvements?
Thank you.
Hi,
If you are single the best database would be SQLite. Just make sure to use RDM 32 bit for the best performance
David Hervieux
If 32bit provides the best performance why use 64bit at all?
It's only when you need to open too many connection and you reach the memory limit of a 32 bit application:
http://blog.devolutions.net/2014/02/32-bit-vs-64-bit-versions-of-remote.html
David Hervieux