- May 16, 2016
-
-
Konstantin Osipov authored
* se_of() * phia_document_setobject()
-
Roman Tsisyk authored
-
- May 15, 2016
-
-
Konstantin Osipov authored
The generic, type-unsafe API is used for stream merges only. Don't use it in places in which it obscures the code.
-
Konstantin Osipov authored
-
- May 14, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Macros make it difficult to navigate around the code, tags or not.
-
- May 13, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Remove another few lines of unused code.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Remove .drop, .getobject, .setobject, .cursor from soif
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- May 12, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- May 11, 2016
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Remove an unused global view at the database.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- May 10, 2016
-
-
Konstantin Osipov authored
Set a memory limit in Phia. Fix the quota accounting.
-
Konstantin Osipov authored
* remove document expire * remove snapshotting, anticache, memory-only modes * remove unused box.cfg.phia settings
-
- May 09, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- May 07, 2016
-
-
Konstantin Osipov authored
Remove "optimized" autocommit code when working with a single index, tarantool always creates a transaction in engine even for autocommit mode. This optimization, in other words, could (potentially) save only a little bit of CPU in case of autocommit and only-primary-key space.
-
- May 06, 2016
-
-
Konstantin Osipov authored
-
- May 05, 2016
-
-
Konstantin Osipov authored
* remove trigger (not used)
-
Konstantin Osipov authored
* remove the built-in write ahead log (never used in Tarantool)
-
Konstantin Osipov authored
We need an online backup for all engines. The current backup in phia only works when its own write ahead log is enabled, which is never the case with tarantool. @todo: add rsync-friendly backup to phia, just like is already the case for memtx.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Georgy Kirichenko authored
-