-
Mnesia seems unnecessary since we use a distributed SQL database.
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
There were discussions in the multi-tenant meeting related to allowing cockroachdb to request additional sql servers from the Serverless control plane. The API may be helpful in the following scenario…
-
### What happened?
[Rust panic on SQL query.](https://github.com/ClickHouse/ClickHouse/issues/60511)
Source from ClickHouse fuzzer (the query might not even be a valid SQL query, let alone valid P…
-
### Package
filament/filament
### Package Version
v3.2.117
### Laravel Version
v11.27.2
### Livewire Version
_No response_
### PHP Version
PHP 8.2
### Problem description
Database Notificat…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/datafuselabs/databend/issues) and found no similar issues.
### Version
[936ffc9](https://github.com/datafuse…
-
### I've searched open & closed issues for similar requests
- [X] Yes
### Package name
autocorrect
### Package homepage
https://github.com/huacnlee/autocorrect
### Languages
asciidoc, c, conf, …
-
To easily repro:
cat /tmp/f.sql
pgbench -f /tmp/f.sql -c 64 -j 8 -T 1200 -P 1 postgres
```SQL
update traffic_flows_day_9_20210712 set src_id = 1;
```
-- other session
```SQL
drop tab…
-
When the dynamic parameter of Uint64 exists in SQL, it returns null
For example(JS):
const a = 2121212121212; (uint64,RPC for c++,The back-end interface is dynamically distributed to the front…
-
As far as I understand, requests are necessarily stored in a GenServer's state (`Crawly.RequestStorageWorker`) and it is not possible to plug its own storage module.
This has some disadvantages:
-…