Commit Graph

404 Commits (b42434a1e2d2958bfef771c8b1f31de420f9d98b)

Author SHA1 Message Date
Louis Chatriot 0a0a597a8b Some error handling 12 years ago
Louis Chatriot f6b764da5c New modifier 12 years ago
Louis Chatriot d5b990e776 Factorization of the modifiers 12 years ago
Louis Chatriot 671539a614 Implemented modifier 12 years ago
Louis Chatriot 753035c0ef Implemented modifier 12 years ago
Louis Chatriot 50dffefaae Remove useless pointer keeping 12 years ago
Louis Chatriot 8b7831acef Use module mkdirp instead of native unix command that doesn't work on Windows 12 years ago
Louis Chatriot 1dccdf0497 Fixed bug that raised an error for a null value 12 years ago
Louis Chatriot 5b29286e89 Can use indexes for comparison queries 12 years ago
Louis Chatriot fce60d19fa Able to use indexes for matches 12 years ago
Louis Chatriot e3e5b7951c Corrected small bug in index array update 12 years ago
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 728cdc7ce3 More comments 12 years ago
Louis Chatriot 578b72c4e3 Sparse indexes dont register document with an undefined fieldName 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 6178a94997 If a simple update violates a constraint, all changes are rolled back and an error thrown 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 9feeb26c4f Can batch-update an index, no change if an error was thrown 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 b1315c97f6 More doc on the _id collision probability 12 years ago
Louis Chatriot a87d89f277 Always use an automatic _id, which is guaranteed to be a string 12 years ago
Louis Chatriot ddb7ffc74e Tested that we can insert document in an index automatically 12 years ago
Louis Chatriot 8db119479d ensureIndex can be called whenever 12 years ago
Louis Chatriot c5e5bbbeea Able to cleanly reset an index 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 775b7c0b78 Can insert and remove array of docs 12 years ago
Louis Chatriot af0e9fcccb Can insert an array of docs 12 years ago
Louis Chatriot 4c9113712f Can return all matching documents from the index 12 years ago
Louis Chatriot 1d246b6a94 Indexes work with dot notation 12 years ago
Louis Chatriot 16cf75b70d Can update documents in the index 12 years ago