Commit Graph

71 Commits (faf8658ab7ced5ac2bbd6b466f2caf71f383a0ec)

Author SHA1 Message Date
Louis Chatriot 8f82ab39a3 New parameters for all benchamrsk 12 years ago
Louis Chatriot e172c2a7f6 Pipeling works, needs testing 12 years ago
Louis Chatriot e7294a98e4 Ready to use pipeline option 12 years ago
Louis Chatriot afe3bfa6d4 If no filename is specified, an in-memory only datastore is created 12 years ago
Louis Chatriot c9cba88a80 Bump version 12 years ago
Louis Chatriot ba03cb24e6 Benchmark for removes works 12 years ago
Louis Chatriot c314e4f403 Update benchmark works again 12 years ago
Louis Chatriot 17f02e0381 Test on previous update behaviour corrected 12 years ago
Louis Chatriot 39050a45d4 Can revert updates, simple or batch 12 years ago
Louis Chatriot 8bb07ad840 All queries work 12 years ago
Louis Chatriot b67232400c Update works with indexing 12 years ago
Louis Chatriot 6007248d84 Loading the database-type tests pas 12 years ago
Louis Chatriot ae0937520b Can get an array of all pointers in an index 12 years ago
Louis Chatriot 1b7366abd3 Ready to roll out new architecture 12 years ago
Louis Chatriot 08804dde82 Still some problems to solve with indexing 12 years ago
Louis Chatriot a369d1b110 If ensureIndex cant create a new index because a unique constraint is not met, nothing done 12 years ago
Louis Chatriot d223e4733d When inserting multiple documents at once in an index, rollback all inserts if one fails 12 years ago
Louis Chatriot 9c42221f95 Database loading doens't work if a unique constraint is violated 12 years ago
Louis Chatriot 1f0d19ac18 No side effect when using multiple indexes 12 years ago
Louis Chatriot 6cb3bcc003 If one unique constraint is violated, the data doesn't change 12 years ago
Louis Chatriot a87d89f277 Always use an automatic _id, which is guaranteed to be a string 12 years ago
Louis Chatriot 8db119479d ensureIndex can be called whenever 12 years ago
Louis Chatriot b941485450 ensureIndex init works right after a database load 12 years ago
Louis Chatriot 4d7a3823bd Benchmark for update done 12 years ago
Louis Chatriot bae0de018f Benchmark for findOne usable with indexing 12 years ago
Louis Chatriot bd9fec16db Finished doc insertion load and find with index 12 years ago
Louis Chatriot 76f093f86d Added dependency to bst 12 years ago
Louis Chatriot af0e9fcccb Can insert an array of docs 12 years ago
Louis Chatriot 55993012b2 Corrected unlikely bug on database state pollution 12 years ago
Louis Chatriot 74f0d8914e One executor per datastore 12 years ago
Louis Chatriot 94e086dede Useful comment 12 years ago
Louis Chatriot 40ad547dc2 Keep an internal counter of the underlying datafile size to compact it when it grows too big 12 years ago
Louis Chatriot f694e7ce2a Loading the database compacts it right away 12 years ago
Louis Chatriot c816affc68 Removed useless persistWholeDatabase 12 years ago
Louis Chatriot 578c60ab79 Better way to update 12 years ago
Louis Chatriot 4b780922d6 Use append-only format for removes too 12 years ago
Louis Chatriot a394a6c431 Append-only format used for updates 12 years ago
Louis Chatriot ab6962b1b8 Able to load an append-only formatted file 12 years ago
Louis Chatriot 83a2e592f4 If two lines concern the same doc, the last one prevails 12 years ago
Louis Chatriot 73a96e7f17 Docs without _id are not considered 12 years ago
Louis Chatriot 688c35b08b Database loading needs to be sequential too 12 years ago
Louis Chatriot e4f1af34c3 Read to test database loading 12 years ago
Louis Chatriot bc626afed6 All calls to model.match are wrapped in a try catch now 12 years ago
Louis Chatriot 5568b3d08e Better comments 12 years ago
Louis Chatriot c57af28464 Use executor for db operations 12 years ago
Louis Chatriot c82a4600e3 Put matching in model.js, makes more sense 12 years ago
Louis Chatriot 2cf13b055d Better modifiers implementation 12 years ago
Louis Chatriot 4c3aa92a40 Use query as basis for upsertion 12 years ago
Louis Chatriot e9baed16dc Can upsert with modifiers 12 years ago
Louis Chatriot 6c111067d8 Cannot use field names beginning with the $ sign 12 years ago