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.
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.
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.