Maximilian Hoffman
0cbd7e780c
Async push for replication ( #2369 )
...
* starter code
* async replication prototype
* benchmark async push
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* delete hanging line
* add comment for concurrent map access
* move replication into databaseProvider
* top-level wait group for async threads
* fix testsg
* standardize wg format
* missing header
* address data race
* make async test shorter
* delete unnecessary lines
* starter code for new sqlEngine interface
* new engine interface with background threads
* brian's comments
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* missed a datarace
* fix bats
* bad go.sum
* add latest GMS commit
* bump GMS
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2021-12-11 13:41:58 -08:00
Zach Musgrave
20e4f9b015
Merge pull request #2364 from dolthub/zachmu/sql-create-polish
...
Better support for sql outside a database directory
2021-11-09 16:50:38 -08:00
Zach Musgrave
576753d38c
Added failsafe values to dolt CLI config, only in sql context for now
2021-11-08 12:26:52 -08:00
Max Hoffman
faf2e45f91
merge replication warnings PR
2021-11-08 10:26:21 -08:00
Zach Musgrave
9f177fec26
Finished fixing compile errors
2021-11-04 10:53:15 -07:00
Maximilian Hoffman
ca5ae29dd1
replica benchmark, no event progress for server ( #2258 )
...
* small push on write perf benchmark with no prog channel
* remove unused prog funcs
* remove unused prog funcs
* fix bench name
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2021-10-28 15:34:04 -07:00