- May 03, 2012
-
-
pcherenkov authored
-
pcherenkov authored
-
pcherenkov authored
-
pcherenkov authored
-
- May 02, 2012
-
-
Konstantin Osipov authored
-
pcherenkov authored
-
pcherenkov authored
-
pcherenkov authored
-
- Apr 29, 2012
-
-
https://bugs.launchpad.net/tarantool/+bug/990728Konstantin Osipov authored
Fix bug https://bugs.launchpad.net/tarantool/+bug/990728 "box.space:truncate() is a CPU hog". The old truncate algorithm would restart iteration from the beginning to delete every tuple. With HASH index it was especially slow, since it would have to skip more and more empty slots to find a non-empty slot for deletion. Rewrite the truncate() to walk linearly over all elements and delete them. This works both with HASH and TREE indexes. On the same token make truncate multipart-index aware (was missed in multipart-pk patch). Add a test for that. To work with multipart keys efficiently, implement tuple:slice(). A slice returns a linear set of fields from a tuple. Convenient to retreive a multipart key or tuple tail. Document tuple:slice().
-
- Apr 28, 2012
-
-
Dmitry Simonenko authored
-
- Apr 27, 2012
-
-
Konstantin Osipov authored
Make snap_io_rate_limit and io_collect_interval dynamic. Add a test case. Update the user guide.
-
- Apr 26, 2012
-
-
Konstantin Osipov authored
-
pcherenkov authored
-
- Apr 25, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Update the manual and the configuration file to reflect the new WAL writer architecture.
-
Konstantin Osipov authored
-
- Apr 24, 2012
-
-
pcherenkov authored
-
pcherenkov authored
-
pcherenkov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Apr 23, 2012
-
-
Dmitry Simonenko authored
-
- Apr 20, 2012
-
-
Dmitry Simonenko authored
-
- Apr 17, 2012
-
-
Konstantin Osipov authored
-
- Apr 12, 2012
-
-
Konstantin Osipov authored
-
- Apr 09, 2012
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
This reverts commit 8dc70aac.
-
Dmitry Simonenko authored
-
- Apr 02, 2012
-
-
Konstantin Osipov authored
-
- Feb 24, 2012
-
-
Dmitry Simonenko authored
and man file
-
- Feb 23, 2012
-
-
Konstantin Osipov authored
-
- Feb 22, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
- add content - speed up rebuild by keeping static stuff in www-data - change the layout and stylesheet
-
- Feb 16, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
- removed SIGUSR2 forwarding - removed logger and pid command line arguments - moved man pages generation to doc/man/ - added logger_pid to show info output - changed instance config preformating scheme
-
- Feb 09, 2012
-
-
Aleksey Demakov authored
-