4 Mar 2008 04:35
Mckoi 2.0 work in progress download
Tobias Downer <toby <at> mckoi.com>
2008-03-04 03:35:43 GMT
2008-03-04 03:35:43 GMT
Hi all, I have just uploaded a work in progress release of Mckoi 2. You can download it here; http://www.mckoi.com/database/ver2/mckoi20wip01.zip I will be continuing to add releases to this directory as development continues. Please be aware this release is a work in progress and it's missing some important features. First I'll quickly describe what is complete and I'm most interested in getting feedback on at the moment. The Mckoi 2.0 data store; I expect the new snapshot data store engine and API will be the main focus of the 2 release. The data store is the part of a database engine that deals with modeling structures for storing and indexing data in a database and mapping this data to a storage medium (such as in a persistent local file system or a transient heap). Version 2.0 provides developers with a fairly straight forward API for modeling and manipulating primitive data structures freely in a strict snapshot transactional environment. The problems of caching, memory allocation/deallocation, transaction management and structural representation are dealt with by the data store engine. One way to think of the data store engine in 2.0 is a file system that is designed for database software and so supports strict isolation enforcement, discrete and controllable commit states, and supports files of various sizes and quantities with efficient creation and deletion. Most importantly, the data store supports very efficient copying of data(Continue reading)
RSS Feed