aboutsummaryrefslogtreecommitdiff
path: root/src/table_sync.rs
Commit message (Expand)AuthorAgeFilesLines
* RPC to ourself do not pass through serialization + HTTPSAlex Auvolat2020-04-231-6/+6
* Better concurrency:Alex Auvolat2020-04-221-2/+1
* Make UUID & Hash Copy and remove some .clone() noiseAlex Auvolat2020-04-211-19/+14
* Do full sync on node (re)startAlex Auvolat2020-04-211-1/+8
* Improve table syncAlex Auvolat2020-04-211-86/+140
* Add node tags in configurationAlex Auvolat2020-04-211-8/+17
* Pretty loggingAlex Auvolat2020-04-211-10/+10
* Log which workers are doing whatAlex Auvolat2020-04-191-6/+8
* Implement repair commandAlex Auvolat2020-04-191-0/+6
* Less outputAlex Auvolat2020-04-191-14/+18
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-15/+36
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-1/+1
* Add support for fully replicated tables with epidemic dissemination of updatesAlex Auvolat2020-04-191-3/+3
* Refactor sharding logic; coming next: full replication with epidemic dissemin...Alex Auvolat2020-04-191-111/+86
* Massive RPC refactoringAlex Auvolat2020-04-181-3/+12
* Fix sync: use max root checksum levelAlex Auvolat2020-04-171-68/+103
* Don't send items...Alex Auvolat2020-04-171-15/+47
* Make sync send data both waysAlex Auvolat2020-04-171-17/+51
* WIPAlex Auvolat2020-04-171-37/+41
* Implement getting missing blocks when RC increasesAlex Auvolat2020-04-171-50/+153
* Table range deletionAlex Auvolat2020-04-171-0/+2
* Better prints again, and a great questionAlex Auvolat2020-04-161-4/+9
* Change debug prints a bitAlex Auvolat2020-04-161-10/+10
* WIPAlex Auvolat2020-04-161-7/+81
* WIPAlex Auvolat2020-04-161-25/+185
* Implement ring comparison algorithmAlex Auvolat2020-04-161-9/+66
* Begin work on sync...Alex Auvolat2020-04-161-0/+204