Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven-like version range support #739

Merged
merged 3 commits into from
Oct 10, 2021
Merged

Maven-like version range support #739

merged 3 commits into from
Oct 10, 2021

Conversation

zhicwu
Copy link
Contributor

@zhicwu zhicwu commented Oct 10, 2021

Version Range Remark
21.3 21.3.x.x, short version of [21.3,21.4)
[21.3,21.4) 21.3.x.x (included) to 21.4.x.x (not included)
[21.3,21.4] 21.3.x.x to 21.4.x.x (both included)
[21.3,) 21.3.x.x or higher
(,21.3],[21.8,) to 21.3.x.x (included) and 21.8.x.x or higher

@github-actions
Copy link

Benchmark                           (client)  (connection)  (statement)   Mode  Cnt     Score     Error  Units
Basic.insertOneRandomNumber  clickhouse-jdbc         reuse       normal  thrpt   20   281.245 ±  31.321  ops/s
Basic.insertOneRandomNumber  clickhouse-jdbc         reuse     prepared  thrpt   20   280.221 ±  28.768  ops/s
Basic.insertOneRandomNumber  clickhouse-jdbc           new       normal  thrpt   20   273.353 ±  34.398  ops/s
Basic.insertOneRandomNumber  clickhouse-jdbc           new     prepared  thrpt   20   277.091 ±  28.590  ops/s
Basic.selectOneRandomNumber  clickhouse-jdbc         reuse       normal  thrpt   20  1065.820 ± 139.382  ops/s
Basic.selectOneRandomNumber  clickhouse-jdbc         reuse     prepared  thrpt   20  1106.639 ± 116.563  ops/s
Basic.selectOneRandomNumber  clickhouse-jdbc           new       normal  thrpt   20   972.851 ± 135.399  ops/s
Basic.selectOneRandomNumber  clickhouse-jdbc           new     prepared  thrpt   20  1004.703 ± 128.631  ops/s

@zhicwu zhicwu merged commit 3369500 into ClickHouse:develop Oct 10, 2021
@zhicwu zhicwu deleted the version-range-support branch October 10, 2021 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant