From 41435e57bf94631990fab55b730d03340a184a86 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Mon, 10 Jun 2024 18:40:50 +0000 Subject: [PATCH 1/2] [ga-update-docs] Update benchmarks for Dolt v1.39.4 --- .../reference/sql/benchmarks/correctness.md | 2 +- .../reference/sql/benchmarks/latency.md | 50 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/dolt/content/reference/sql/benchmarks/correctness.md b/packages/dolt/content/reference/sql/benchmarks/correctness.md index 54ffc287..02746d45 100644 --- a/packages/dolt/content/reference/sql/benchmarks/correctness.md +++ b/packages/dolt/content/reference/sql/benchmarks/correctness.md @@ -54,7 +54,7 @@ AND col3 IN (3,9,0))))) OR col4 <= 4.25 OR ((col3 = 5))) OR (((col0 > 0)) AND col0 > 6 AND (col4 >= 6.56))) ``` -Here are Dolt's sqllogictest results for version `1.39.3`. Tests that +Here are Dolt's sqllogictest results for version `1.39.4`. Tests that did not run could not complete due to a timeout earlier in the run. | Results | Count | diff --git a/packages/dolt/content/reference/sql/benchmarks/latency.md b/packages/dolt/content/reference/sql/benchmarks/latency.md index 13b6ff7b..7cf4086c 100644 --- a/packages/dolt/content/reference/sql/benchmarks/latency.md +++ b/packages/dolt/content/reference/sql/benchmarks/latency.md @@ -28,39 +28,39 @@ attempt to run as many queries as possible in a fixed 2 minute time window. The `Dolt` and `MySQL` columns show the median latency in milliseconds (ms) of each query during that 2 minute time window. -The Dolt version is `1.39.3`. +The Dolt version is `1.39.4`. | Read Tests | MySQL | Dolt | Multiple | |-------------------------|-------|--------|----------| -| covering\_index\_scan | 2.07 | 2.97 | 1.4 | -| groupby\_scan | 13.22 | 17.01 | 1.3 | -| index\_join | 1.34 | 5.28 | 3.9 | -| index\_join\_scan | 1.27 | 2.22 | 1.7 | -| index\_scan | 34.95 | 52.89 | 1.5 | -| oltp\_point\_select | 0.18 | 0.5 | 2.8 | -| oltp\_read\_only | 3.49 | 8.13 | 2.3 | -| select\_random\_points | 0.34 | 0.81 | 2.4 | -| select\_random\_ranges | 0.39 | 0.95 | 2.4 | -| table\_scan | 34.95 | 54.83 | 1.6 | -| types\_table\_scan | 75.82 | 137.35 | 1.8 | -| reads\_mean\_multiplier | | | 2.1 | +| covering\_index\_scan | 2.11 | 2.97 | 1.4 | +| groupby\_scan | 13.22 | 17.32 | 1.3 | +| index\_join | 1.34 | 5.47 | 4.1 | +| index\_join\_scan | 1.27 | 2.26 | 1.8 | +| index\_scan | 34.33 | 54.83 | 1.6 | +| oltp\_point\_select | 0.18 | 0.52 | 2.9 | +| oltp\_read\_only | 3.55 | 8.28 | 2.3 | +| select\_random\_points | 0.34 | 0.83 | 2.4 | +| select\_random\_ranges | 0.39 | 0.97 | 2.5 | +| table\_scan | 34.33 | 54.83 | 1.6 | +| types\_table\_scan | 77.19 | 139.85 | 1.8 | +| reads\_mean\_multiplier | | | 2.2 | -| Write Tests | MySQL | Dolt | Multiple | -|--------------------------|-------|-------|----------| -| oltp\_delete\_insert | 7.98 | 6.21 | 0.8 | -| oltp\_insert | 3.82 | 3.07 | 0.8 | -| oltp\_read\_write | 8.58 | 14.73 | 1.7 | -| oltp\_update\_index | 3.89 | 3.19 | 0.8 | -| oltp\_update\_non\_index | 3.89 | 3.13 | 0.8 | -| oltp\_write\_only | 5.37 | 6.55 | 1.2 | -| types\_delete\_insert | 7.7 | 6.79 | 0.9 | -| writes\_mean\_multiplier | | | 1.0 | +| Write Tests | MySQL | Dolt | Multiple | +|--------------------------|-------|------|----------| +| oltp\_delete\_insert | 8.13 | 6.21 | 0.8 | +| oltp\_insert | 3.82 | 3.02 | 0.8 | +| oltp\_read\_write | 8.58 | 15.0 | 1.7 | +| oltp\_update\_index | 3.89 | 3.13 | 0.8 | +| oltp\_update\_non\_index | 3.89 | 3.07 | 0.8 | +| oltp\_write\_only | 5.47 | 6.55 | 1.2 | +| types\_delete\_insert | 7.7 | 6.79 | 0.9 | +| writes\_mean\_multiplier | | | 1.0 | | TPC-C TPS Tests | MySQL | Dolt | Multiple | |-----------------------|-------|-------|----------| -| tpcc-scale-factor-1 | 99.71 | 25.77 | 4.2 | -| tpcc\_tps\_multiplier | | | 3.9 | +| tpcc-scale-factor-1 | 98.38 | 26.01 | 4.0 | +| tpcc\_tps\_multiplier | | | 3.8 | | Overall Mean Multiple | 2.33 | |-----------------------|------| From 73779abccf557f2df5552b54b846a8238e675ab8 Mon Sep 17 00:00:00 2001 From: jennifersp Date: Mon, 10 Jun 2024 12:12:28 -0700 Subject: [PATCH 2/2] add pandas dataframes to tested apps page --- packages/dolt/content/guides/dolt-tested-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dolt/content/guides/dolt-tested-apps.md b/packages/dolt/content/guides/dolt-tested-apps.md index 99b1bd1e..af79e338 100644 --- a/packages/dolt/content/guides/dolt-tested-apps.md +++ b/packages/dolt/content/guides/dolt-tested-apps.md @@ -19,6 +19,7 @@ Let us know what else you'd like to see tested by sending us [email](mailto:inte | [Hibernate ](https://hibernate.org/) | Java | [Blog](https://www.dolthub.com/blog/2023-11-13-dolt-on-hibernate/) | [Code](https://github.com/dolthub/hibernate-sample) | | [Knex.js](https://knexjs.org/) | Javascript | [Blog](https://www.dolthub.com/blog/2023-09-27-dolt-and-knexjs/) | [Code](https://github.com/dolthub/dolt-knexjs-example) | | [Laravel](https://laravel.com/) | PHP | [Blog](https://www.dolthub.com/blog/2024-01-08-dolt-laravel/) | [Code](https://github.com/dolthub/chirper) | +| [Pandas DataFrames](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) | Python | [Blog](https://www.dolthub.com/blog/2024-06-07-dolt-pandas-dataframes/) | [Code](https://github.com/dolthub/dolt-pandas-dataframes) | | [Ruby on Rails](https://rubyonrails.org/) | Ruby | [Blog](https://www.dolthub.com/blog/2024-02-09-dolt-ruby-on-rails/) | [Code](https://github.com/dolthub/dolt_rails) | | [SQLAlchemy](https://www.sqlalchemy.org/) | Python | [Blog](https://www.dolthub.com/blog/2023-07-12-sql-alchemy-getting-started/) | [Code](https://github.com/timsehn/dolt-sqlalchemy-getting-started/tree/main) | | [Shiny](https://shiny.posit.co/) | R | [Blog](https://www.dolthub.com/blog/2024-04-26-dolt-r-shiny/) | [Code](https://github.com/dolthub/dolt_shiny) |