Skip to content
#

distributed-database

Here are 193 public repositories matching this topic...

rkd-msw
rkd-msw commented Apr 18, 2019

I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.

$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
wwar
wwar commented Apr 26, 2020

Feature Request

Is your feature request related to a problem? Please describe:

This is a really minor nit, but the EXPLAIN output on binary strings is different from what I expected:

CREATE TABLE t1 (
 id INT NOT NULL PRIMARY KEY auto_increment,
 b varchar(255) not null,
 c varbinary(255) not null,
 index (b),
 index (c)
);


INSERT INTO t1 (b,c) VALUES ('a', 'a'),('b
cockroach
tristaZero
tristaZero commented Apr 23, 2020

Hi guys, welcome! 😊

Background

ShardingSphere 5.x will present itself with new valuable features and simple configuration API to our community.

We will provide many of build-in sharding algorithms to users, which means uses can choose a proper one from sharding-algorithm selections before implementing the interface of the sharding algorithm themselves.

**Therefore we call for

oliverlockwood
oliverlockwood commented Apr 1, 2020

On a sharded collection, if you try to create a custom index (e.g. hash index) with uniqueness, that doesn't include the sharding key (which by default is the autogenerated _key) then it will fail with an error like:

Index creation failed: shard key '_key' must be present in unique index

There's zero documentation that I could find around this, and it's fairly fundamental, since you can't

JeanGolang
JeanGolang commented Feb 7, 2017

Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).

func (s *Store) Database(leader bool) ([]byte, error) {
	if leader && s.raft.State() != raft.Leader {
		return nil, ErrNotLeader
	}
	// Ensure only one snapshot can take place at once, and block all queries.
	s.mu.Lock()
	defer s.mu.Unlock()

	f, err := ioutil.TempFile("", "rqlilte-snap-
brson
brson commented Jun 18, 2019

The beginning of the course is pretty boring, and there's not a lot of interesting background reading before project 1. I'm thinking a great way to start it off would be to make the first reading a link to a powerfully inspiring experience report. Something that makes people psyched to learn how to write systems programs in this unique language.

Here are two I've been suggested but haven't eval

yugabyte-db
nonamewolf
nonamewolf commented Feb 14, 2020

(e.g - macOS):

  1. Create a section with installation steps:
  • brew install cmake autoconf libtool gcc automake openssl
  • export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
  1. Update README.MD
  2. Update build.sh(force linking openssl doesn't work anymore)

I've wasted a lot of time trying to resolve openssl dependency issue, by applying solutions which are not relevant any

BohuTANG
BohuTANG commented Apr 9, 2020

Add xa admin commands:

  1. radon xa recover
mysql > radon xa recover;
+----------+--------------+
| formatID | backend |
+----------+--------------+
|     xxx |   xx          |
+----------+--------------+
1 row in set (0.00 sec)
  1. radon xa rollback all;
    rollback all the xa transaction

  2. radon xa commit all;
    commit all the xa transaction

pegasus
neverchanje
neverchanje commented Mar 3, 2020

Feature Request

Is your feature request related to a problem? Please describe:

large-size-value writes will lead to the instability of Pegasus. We encounter many cases where the client continuously wrote >=1MB value (though in quite low qps) which caused high tail latency of other tables, even caused the program somehow coredump.

Describe the feature you'd like:

giorgioercixu
giorgioercixu commented Aug 18, 2019

In the last section of the tutorial, it goes:
<dependency> <groupId>org.corfudb</groupId> <artifactId>runtime</artifactId> <version>0.1-SNAPSHOT</version> <scope>compile</scope> </dependency>

Directly using this setup incurs an error when launching the app,
causing the server unable to deserialize the corfumsg, such as follows:

io.netty.handler.codec.DecoderExcep

michaelsena
michaelsena commented Dec 9, 2019

Gitcoin Integration Bounty

Integrate 3Box into Gitcoin: Backup my Gitcoin profile information to my 3Box account

Prize Bounty

1,000 DAI

Challenge Description

Give Gitcoin users the option to backup their complete Gitcoin profile and contribution history to 3Box. This feature will give Gitcoin users greater control of their data and allow them to take this information to o

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

You can’t perform that action at this time.