duerwuyi

Results 12 issues of duerwuyi

I am reading "Fast-HotStuff: A Fast and Robust BFT Protocol for Blockchains", "Dissecting the Performance of Chained-BFT", "Scaling Blockchain Consensus via a Robust Shared Mempool". I found almost no difference...

``` DROP TABLE IF EXISTS t1; create table t1 ( vkey int4 , c10 int4 ); DROP TABLE IF EXISTS t3; create table t3 ( vkey int4 ); insert into...

``` DROP TABLE IF EXISTS t1; create table t1 ( vkey int4 ); DROP TABLE IF EXISTS t2; create table t2 ( vkey int4 ); insert into t2 (vkey) values...

``` DROP TABLE IF EXISTS t0; create table t0 ( vkey int4 , c3 timestamp ); DROP TABLE IF EXISTS t3; create table t3 ( vkey int4 , c26 timestamp...

## Symptom Citus version: `Citus 13.0.1 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit` Postgres version: `PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit`...

bug
cherry-pick-13.0
backlog

# How To Reproduce Citus version:` Citus 12.1.6 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit` Need a master database , a worker database and a manager database. Specifically,...

bug
needs-more-info

## Bug Report ### Which version of ShardingSphere did you use? shardingsphere-proxy 5.5.2 postgres 17.2 as backend ### Expected behavior I will provide the following steps to reproduce this bug....

feature: sharding

### Which version of ShardingSphere did you use? shardingsphere-proxy 5.5.2 postgres 17.2 as backend ### Expected behavior The following C++ code was supposed to execute successfully. ```C++ int main(int argc,...

db: PostgreSQL

## Bug Report ### Which version of ShardingSphere did you use? Proxy 5.5.2 with Postgres 17.2 as backend. ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy Standlone ###...

db: PostgreSQL
in: metadata

citus version: ```sql SELECT citus_version(); ---Citus 13.2.0 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit ``` PG version: 17.6 query: ```sql select (subq_0.c_1) (subq_0.c_2) as c_0 from ((select ref_0.c18...

bug
needs-investigation