-
Hi, today many vendors support the use of multiple compute clusters sharing the same data (Snowflake, Firebolt, Singlestore etc). For combined benchmarks with multiple such as CH_Benchmark it would b…
-
Hey we've got this weird issue where migrations don't create composite primary keys the same way they used to. We used to be able to migrate nullable primary keys but now they don't get created correc…
-
When migrating a table with a very long primary key name (usually a set of 2 or more keys) Laravel generates a very long primary key name. This results in an exception in SingleStore saying it can't s…
-
This is an usability request, pls add MINUS as EXCEPT's synonym.
```
MySQL [sbtest1]> (select * from sbtest1 order by id limit 10,10) minus (select * from sbtest1 order by id limit 10,5);
ERROR 1…
-
@mougeCM has been asking about this interesting project.
One thing a little confusing is which python is this and how it was built? It seems that from https://www.fermyon.com/blog/python-wagi this …
-
IMAGE SYNC
-
**Software versions**
MySqlConnector version: 2.1.0
Server type (MySQL, MariaDB, Aurora, etc.) and version: GCP/mysql8
.NET version: 6.0
ORM NuGet packages and versions: NHibernate/5.3
**Descri…
-
An error occurs when trying multiple transactions at once.
"message": "There is already an active transaction",
"exception": "PDOException",
example code
```
DB::beginTransa…
-
The hashbang length makes it challenging to share a benchmark results on https://benchmark.clickhouse.com/#.........
Maybe if the assumption was that a metric is not selected (false) by default, th…
-
Currently `Rkv` provides 4 types of Stores: Single, Multi, Integer and MultiInteger. All of them require the value to be of type `Value`, which imposes certain overhead, since the values must be encod…