-
Testing queue-like workload showed a huge disadvantage to the way current mediator time is propagated. Tablets that belong to a mediator are split into buckets, and each bucket advances its mediator t…
-
There's a fair amount of GUCs that can usefully be set on a per-session, query, user, ... basis. Currently in Citus such GUCs will only take effect on the coordinator, because connection to workers w…
-
In large-scale distributed systems with many instances, updating values in a distributed cache can be challenging due to the risk of concurrent writes. Multiple instances may attempt to modify the sam…
-
This is a feature request and a question. Is there any reason it would be a bad idea to use Amazon's DynamoDB as a KVStore for bleve? Great library btw :D
-
```
There should be a way to specify entity groups. Probably a custom, key Type
called Parent
```
Original issue reported on code.google.com by `rib...@gmail.com` on 9 Jun 2009 at 5:43
-
各位大神好,我在springboot + shardingSphere5.0 + Dubbo2.7.x实现分库分表(3个库,t_order分4张表)的情况下,集成 + seata1.4.2后,报出以下异常:
Could not found any index in the table: xxx,查看了下源码,在io.seata.rm.datasource.sql.struct.cache.Mys…
-
**Issue by [flukiluke](https://github.com/flukiluke)**
_Tuesday Oct 30, 2018 at 04:24 GMT_
_Originally opened as https://github.com/Galleondragon/qb64/issues/73_
----
The usual method is to redirec…
-
- Gitea version (or commit ref): latest
- Rest: n/a
## Description
https://github.com/go-gitea/gitea/issues/6783 introduced a change to mirror the repositories "exactly" so that rebased…
-
**What happened**:
当执行 select for update 的时候,没有进分布式事务
**What you expected to happen**:
期望也进分布式事务
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we n…
-
**Description**
_Related to https://github.com/camunda/zeebe/issues/12033_
_Came up in https://github.com/camunda/zeebe/issues/11813_
> When iterating within a column family by a prefix, …