Andy Arthur
c6884d4c07
added index_join microbenchmark
2022-08-24 12:23:18 -07:00
Zach Musgrave
6164b27912
Merge main
2022-08-12 15:18:48 -07:00
Zach Musgrave
bbd5818393
Renamed some consts
2022-08-11 16:25:12 -07:00
Dustin Brown
02f20f5204
Merge pull request #4048 from dolthub/vinai/import-benchmarker-notes
...
Clean up the import benchmarker notes
2022-08-11 13:58:09 -07:00
Vinai Rachakonda
d1180b7143
Add some clean up to the import benchmarker notes
2022-08-09 15:02:30 -07:00
Andy Arthur
967cf6ae79
remove __DOLT_1__ in favor of __DOLT__
2022-08-09 14:44:26 -07:00
Dustin Brown
5dc34293c2
Merge pull request #4016 from dolthub/db/bump-go
...
/{.github,go}: bump required go to 1.19
2022-08-05 12:06:09 -07:00
coffeegoddd
c149eb10a3
/{.github, go}: add quotation mark, print test name before each test
2022-08-04 16:26:59 -07:00
coffeegoddd
68127a0dcb
/{.github,go}: bump go to 1.19
2022-08-04 13:53:51 -07:00
Andy Arthur
a714e369f3
added --row2 flag for local_sysbench.sh
2022-08-01 15:38:29 -07:00
Vinai Rachakonda
aae47eda8b
[no-release-notes] Switch to millisecond performance ( #3965 )
2022-07-29 12:28:13 -07:00
Taylor Bantle
dccd8fff42
Merge remote-tracking branch 'origin/tbantle22-e71f2c26' into taylor/jwtauth
2022-07-22 13:25:20 -07:00
Vinai Rachakonda
2c9a75797b
Round Import benchmark time results by one ( #3892 )
2022-07-21 19:03:02 -07:00
Taylor Bantle
7d8c914275
Add AllowCleartextPasswords to server config
2022-07-21 11:07:00 -07:00
James Cor
f50cd576ab
Merge pull request #3732 from dolthub/james/local-user
...
Rework File Handling for privileges
2022-07-15 12:40:43 -07:00
Andy Arthur
c8e100a381
updating MySQL sysbench runner to run with sysvar innodb_flush_log_at_trx_commit=2 to match Dolt's durability level
2022-07-14 20:28:11 -07:00
Vinai Rachakonda
e357c4198c
[no-release-notes] Update configuration files for generating import benchmark ( #3828 )
2022-07-14 18:21:40 -07:00
James Cor
384b57ea8a
merge with main
2022-07-14 13:06:09 -07:00
Vinai Rachakonda
3f985c76d1
Revamp the Import Benchmarker ( #3744 )
2022-07-13 18:27:14 -07:00
James Cor
fc28171ddc
best I got
2022-07-13 12:38:21 -07:00
James Cor
278b2b3ebb
merge with main
2022-07-12 16:02:49 -07:00
James Cor
0c0216859f
the best of both works...probably
2022-07-11 16:40:53 -07:00
Andy Arthur
4c32f515ed
rip out DOLT_TRANSACTION_MERGE_STOMP
2022-07-11 13:34:36 -07:00
James Cor
90137d5a2e
replacing DoltEnvAsMultiEnv with MultiEnvForDirectory
2022-07-11 10:47:29 -07:00
James Cor
769e9f929d
removing LoadMultiEnvFromDir and adding extra param to DoltEnvAsMultiDir
2022-07-11 09:40:16 -07:00
Andy Arthur
5dac6fb128
clarify bench script names
2022-07-09 10:41:29 -07:00
Andy Arthur
c00ce2123c
updated sysbench, tpcc utilities
2022-07-09 10:39:31 -07:00
Andy Arthur
fcef003df2
added tpcc_local script
2022-07-06 16:09:41 -07:00
Andy Arthur
1dc4d73778
Merge remote-tracking branch 'origin/main' into andy/filtered-reader
2022-07-06 12:36:15 -07:00
Andy Arthur
928ba2756d
implementing projection pushdowns
2022-07-05 15:21:59 -07:00
Aaron Son
642f2e0ba7
go: More migration away from shim into NodeStore.
2022-07-05 14:16:36 -07:00
Andy Arthur
0e3eb85353
Merge remote-tracking branch 'origin/main' into andy/filtered-reader
2022-07-02 10:42:20 -07:00
Maximilian Hoffman
d5ec4382a6
Only rebase transaction start for read replica ( #3722 )
...
* Only rebase transaction start for read replica
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* missed var names
* another var name
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* server lock file
* put serverLockFile in dsess
* better multiEnv locking
* more doc comments
* zach's comments
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2022-07-01 17:02:09 -07:00
Andy Arthur
f65e947468
reducing chan buffer size for indirect index lookups
2022-07-01 14:59:29 -07:00
Andy Arthur
adf2a67331
tweaked mysql_benchmark.sh util
2022-06-30 14:41:43 -07:00
Andy Arthur
e107ff6f03
replace benchmarking usages of oltp_delete with oltp_delete_insert
2022-06-30 14:24:52 -07:00
Andy Arthur
56eaeb8c53
added copyright header
2022-06-30 08:13:46 -07:00
Andy Arthur
fda95c30f5
split out test data, fixed sql test
2022-06-29 17:29:49 -07:00
Andy Arthur
e9aa3a1b3a
cleanup
2022-06-29 16:59:41 -07:00
Andy Arthur
c7f8f84ded
added benchmark for select random points
2022-06-29 15:01:06 -07:00
Andy Arthur
0549097e53
added microbenchmark for sysbench oltp_point_select
2022-06-29 14:40:23 -07:00
Andy Arthur
88ce8844ad
generate random key data with uniform distribution when running sysbench benchmarks
2022-06-28 16:34:15 -07:00
Vinai Rachakonda
a4e28fa5b5
Support the bulk edit accumulator for dolt table import ( #3591 )
2022-06-14 13:28:23 -04:00
Andy Arthur
c7bd375e7b
make local_benchmark port configurable
2022-06-04 17:28:36 -07:00
Andy Arthur
30e68ce04f
update local_benchmark.sh
2022-06-03 17:12:40 -07:00
Andy Arthur
e112761977
added nbf option
2022-06-02 16:52:22 -07:00
Andy Arthur
88440b090b
refactor 'init-big-repo' flag to make setup work optional
2022-06-02 16:23:58 -07:00
Andy Arthur
bb5336e2d6
added diff server bench test for da blerg
2022-06-01 17:04:14 -07:00
Maximilian Hoffman
d994df5f5a
Option for sysbench perf tests to clone big repo ( #3326 )
...
* Option for sysbench perf tests to clone big repo, rather than starting empty
* put remove dir back
* flag
* hanging comma
* sysbench canary update
2022-04-29 11:49:46 -07:00
Andy Arthur
57b2149687
deleted stale serialbench pkg
2022-04-28 16:10:10 -07:00