- Apr 20, 2016
-
-
Dmitry Simonenko authored
Store index as space_id:index_id. Configuration refactoring.
-
- Apr 19, 2016
-
-
Dmitry Simonenko authored
Move write operations out of index into separate sophia_space.cc file.
-
- Apr 18, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fix memory corruption caused by accidentally copy-pasted line.
-
- Apr 15, 2016
-
-
Roman Tsisyk authored
space_truncate() depends on box_delete()/box_insert(), move to appropriate place.
-
Roman Tsisyk authored
-
feldsherov authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- Apr 14, 2016
-
-
Roman Tsisyk authored
- Introduce new two-phase JOIN protocol. - Remove Sophia snapshots and switch to checkpoints. - Include latest WALs and registration of replica into JOIN stream. - Remove legacy tests for read-only replica. See box_proccess_join() for protocol changes.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Apr 13, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fill IPROTO_KEY for DELETE and IPROTO_TUPLE for INSERT/REPLACE.
-
- Apr 12, 2016
-
-
Alexandr Lyapunov authored
-
- Apr 11, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
Splitted init_field_map into init_field_map and tuple_validate
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
* Remove pcall_wrapper() * Use reflection to implement err:__index() and err:unpack() Breaking changes: * pcall() returns 'struct error' cdata instead of string for box.error() * box.error.last() returns 'struct error' instead of Lua table
-
- Apr 10, 2016
-
-
Konstantin Osipov authored
-
- Apr 08, 2016
-
-
Konstantin Osipov authored
Refactor engine.cc to make a snapshot based on existing, not future, WAL state. Implement wal_checkpoint() which delivers WAL vclock to tx thread and reopens the WAL.
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Remove recovery->apply_row and recovery_apply_row * Remove struct recovery from sophia_engine * Prepare to remove struct recovery from memtx_engine * Prepare to remove struct recovery from applier
-
bigbes authored
- Update link to configuration files - Change number of queries and data set size [skip ci]
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
- Apr 07, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Delete the previous checkpoint in sophia only if we have a new one.
-
Konstantin Osipov authored
Actually fix the bug and add a test case.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Actually fix the bug and add a test case.
-