-
## Describe the feature
Add support for YDB
- [YDB](https://ydb.tech) is a versatile open source Distributed SQL Database that combines high availability and scalability with strong consiste…
-
### Bug summary
version 1 with semaphore
```
import asyncio
from prefect import task, flow
sem = asyncio.Semaphore(100)
@task
async def print_value(value):
async with sem:
a…
-
**Description**
I'm running the tutorial and I keep getting the errors at the `prune2df` step like this:
```pytb
Exception: 'KeyError(\'Field "Snora5c" exists 2 times in schema\')'
[...]
Exce…
-
### The problem
We have a libre with destributed poller setup. After the update to 24.9.1 all pollers keeps rediscovering devices at full, as example it sets a state of a FAN of powersupply first to …
-
# Distributed, Fault-Tolerant SQLite Databases
Globally distributed database for reliability with SQLite as a storage engine, allowing for ease of implementation, setup and maintenance.
[https://nox…
-
## Describe the problem
We are using the dbt-clickhouse adapter's [delete+insert](https://github.com/ClickHouse/dbt-clickhouse/tree/main?tab=readme-ov-file#the-deleteinsert-strategy) to do lightwei…
-
Important petset issues in no particular order from [#28718](https://github.com/kubernetes/kubernetes/issues/28718):
- Local storage: [#7562](https://github.com/kubernetes/kubernetes/issues/7562)
- Up…
-
Hi,
In our process, we are using connector to transfer data from HDFS to Clickhouse via Spark. And this process overwrites a large number of partitions (there is not much data in each of them).
Th…
-
https://dl.acm.org/doi/10.1145/2213836.2213838
-
## Feature Request
### Is your feature request related to a problem? Please describe:
when mysql data amount and throughout grows,the sharding strategy is not limited in one database ,in some key …