sqlbench:sqlbench测量并比较一个或多个SQL查询的执行时间

时间:2024-02-26 09:46:06
【文件属性】:

文件名称:sqlbench:sqlbench测量并比较一个或多个SQL查询的执行时间

文件大小:1.05MB

文件格式:ZIP

更新时间:2024-02-26 09:46:06

benchmarking performance sql postgresql PostgreSQLGo

sqlbench sqlbench测量并比较一个或多个SQL查询的执行时间。 主要用例是在本地开发期间相互比较基准测试简单的CPU绑定查询变量。 目前仅支持PostgreSQL,但是欢迎对MySQL或其他数据库的请求。 安装 您可以从下载二进制文件。 如果安装了Go 1.13或更高版本,则可以从源代码安装或更新sqlbench: $ go get -u github.com/felixge/sqlbench Windows用户:您也可以安装维护的: $ choco install sqlbench 例子 以下是一些入门指南。 他们假定您正在从此存储库的克隆目录中运行sqlbench


【文件预览】:
sqlbench-master
----.goreleaser.yml(452B)
----.gitignore(0B)
----go.mod(219B)
----query_duration_test.go(592B)
----csv.go(3KB)
----main_test.go(1KB)
----recording()
--------recording-min.gif(326KB)
--------recording.mov(861KB)
----go.sum(16KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----test-fixtures()
--------sum_baseline.csv(71KB)
----examples()
--------unique()
--------sum()
--------json()
----main.go(11KB)
----README.md(9KB)
----query_duration.go(3KB)

网友评论