Commit Graph

105 Commits

Author SHA1 Message Date
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
Maximilian Hoffman
0a913d1a63 Add perf runner test (#3319)
* Add runner test

* copyright

* lowercase
2022-04-28 09:57:45 -07:00
Maximilian Hoffman
65ed7401bc GMS bump for transform refactor (#3128)
* GMS bump for transform refactor

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump GMS

* bump GMS

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-04-01 15:36:44 -07:00
James Cor
48040fed87 bumping docker go version 2022-03-30 15:41:57 -07:00
Dhruv Sringari
2e38b25dbc thread memory quota provider through tableSet 2022-03-24 12:27:41 -07:00
Lars Lehtonen
2bb80c8099 performance/utils/sysbench_runner: fix dropped errors 2022-03-10 10:20:40 -08:00
AndyA
3f93ba07cc Merge pull request #2830 from dolthub/andy/tree-chunker-refactor
/go/store/prolly: Add Prolly Node array with subtree sizes
2022-02-28 14:21:13 -08:00
Andy Arthur
d581cb0aee updated benchmarking tools 2022-02-23 13:47:29 -08:00
Andy Arthur
7e26adb1d3 updated comments 2022-02-22 13:59:16 -08:00
Andy Arthur
26c24d0f43 Merge branch 'main' into andy/tree-chunker-refactor 2022-02-22 11:21:32 -08:00
Andy Arthur
b0477260f9 updated tests 2022-02-22 10:03:17 -08:00
Vinai Rachakonda
a28aa3c033 Modify Benchmark Configuration for End to End support of the TPCC benchmark (#2812) 2022-02-21 12:04:59 -08:00