Skip to content
#

distributed-database

Here are 283 public repositories matching this topic...

aphyr
aphyr commented Jun 13, 2022

What happened?

In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message:

{"level":"panic","ts":"2022-06-13T14:11:27.870Z","caller":"etcdserver/apply.go:638","msg":"unexpected error during txn","error
lmduean
lmduean commented Jul 7, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

mysql> create table t ( b timestamp(3) NOT NULL DEFAULT '1970-01-01 08:00:01.000' COMMENT '');
Query OK, 0 rows affected (0.08 sec)

mysql> show create table t;
+-------+--------------------------------------------------------------------------------

cockroach
linghengqian
linghengqian commented Jul 6, 2022

Feature Request

For English only, other languages will not accept.

Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.

Please answer these questions before submitting your issue. Thanks!

Is your feature request related to a problem?

Yes, refer t

sfc-gh-ajbeamon
sfc-gh-ajbeamon commented Aug 9, 2021

Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.

Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few

yugabyte-db
amitanandaiyer
amitanandaiyer commented Jul 7, 2022

Jira Link: DB-2875

Description

  1. Downgrade to INFO
  2. use LOG_EVERY_N/sec of sorts

since this is indicative of a general slow-down and not just a specific rpc issue. We don't have to log it for every write-rpc that gets slowed down

kind/bug good first issue area/docdb priority/medium
proddata
proddata commented Jun 27, 2022

Use case:

PosgreSQL client compatibility (e.g. Trino)
SQL compliance

CrateDB

CREATE TABLE doc.x (txt TEXT)
SELECT crate.doc.x.txt FROM crate.doc.x

PostgreSQL

postgres=# CREATE TABLE public.x (txt TEXT);
CREATE TABLE
postgres=# SELECT postgres.public.x.txt FROM postgres.public.x;
 txt 
-----
(0 rows)

[From PostgreSQL docs](https://www.postg

risingwave
st1page
st1page commented Jul 7, 2022

now our hash join can only handle the equal condition of two input columns, but can not handle the equal conditions of expression.

dev=> explain select * from t1,t2 where t1.v1 = t2.v1 + t2.v2;
                                      QUERY PLAN                                       
---------------------------------------------------------------------------------------
 BatchNestedLoopJoin
good first issue help wanted type/feature component/optimizer
dengn
dengn commented May 3, 2022

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

Several showcase SQL requires the support of this function:


select DATE_FORMAT(b.measurement_time,'%Y-%m-%d') 

select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)

Describe the feature you'd like

good first issue priority/p1 kind/feature MatrixCamp

Improve this page

Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

Learn more