whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Allow stores to be non-persistent #18

Closed nealeu closed 13 years ago

nealeu commented 13 years ago

Could put a query parameter on the store url to say ?persist=false&recoverable=false

This should switch off the writing of a transaction log and paging to disk.

We've got a number of ways we could skin this, but for now, just create an option where, for development and testing, we can provide the same effect as people get from hsqldb:mem - i.e. disk is not touched.

nealeu commented 13 years ago

Needs further work later, but implemented enough to do the job in SHA: 57f9df4fd8d8f5d36c577e06afcfce8c21db2ca4

Closing as sufficient for this milestone