Matvey Arye 13e1cb5343 Add reindex function
reindex allows you to reindex the indexes of only certain chunks,
filtering by time. This is a common use case because a user may
want to reindex chunks after they are no longer getting new data once.

reindex also has a recreate option which will not use REINDEX
but will rather CREATE INDEX a new index and then
DROP INDEX / RENAME new_index to old_name. This approach has advantages
in terms of blocking reads for a much shorter period of time. However,
it does more work and will use more disk space during the operation.
2017-11-21 14:08:57 -05:00
..
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-11-20 20:15:43 +01:00
2017-11-10 09:44:20 +01:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-10 09:44:20 +01:00
2017-11-21 14:08:57 -05:00
2017-11-10 09:44:20 +01:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00
2017-10-05 15:56:33 -04:00