distributed-database
Here are 229 public repositories matching this topic...
-
Updated
Jun 3, 2021 - Go
In postgres:
rafiss@127:postgres> create table example (a "char");
CREATE TABLE
rafiss@127:postgres> insert into example values ('abc');
INSERT 0 1
rafiss@127:postgres> select a from example;
+-----+
| a |
|-----|
| a |
+-----+
SELECT 1
In cockroachdb
root@:26257/defaultdb> create table example (a "char");
CREATE TABLE
root@:26257/defaultdb> insert into
-
Updated
Jun 3, 2021 - C++
Hi there,
This is a subsequent simple task of #10603. Welcom anyone who wants to have a try. :)
Just replace the keyword Calcite with Federate for all the SQLs, the names of variables and configuration file in shardingsphere-jdbc/shardingsphere-jdbc-core/src/test.
Please refer to How to raise a PR
-
Updated
Mar 28, 2021
-
Updated
Jun 3, 2021 - JavaScript
Unify fdbcli flags
fdbcli flags currently contain a mixture of _ and - (probably for historic reasons). I would propose to unify the flags and only use either _ or - personally I tend to hyphens like recommended in the POSXI standard (https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). Current fdbcli help output:
FoundationDB CLI 6.2 (v6.2.29)
usage: /usr/bin/fdb/6.2/fdbcli
-
Updated
May 15, 2021
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-
-
Updated
May 17, 2021 - Rust
We already have a yb-ts-cli compact_tablet, but that works strictly on the TS side. We should be able to add a similar RPC on the master side, reusing the same logic of triggering the respective tablet/rocksdbs to flush.
-
Updated
Jun 3, 2021 - C
Allow redirecting clients to an alternative location to fetch query information. This can be configured via the query.info-url-template configuration property. (#7678)
Use case:
Right now one can only use date_trunc() to easily define time buckets. date_trunc() only supports predefine time intervals like 1 minute, 1 hour, etc. . In time-series use cases it is often necessary to define different time bucket sizes like e.g. '5 minutes' or '20 minutes'
a workaround for this is the - error prone - integer division on the timestamp e.g.
S-
Updated
May 10, 2021 - Ruby
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
-
Updated
Jun 2, 2021 - Go
-
Updated
Apr 26, 2021 - Go
-
Updated
Jun 3, 2021 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Jun 3, 2021 - Java
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a Key, a Value and a TTL. We should also add a field specifying the type of the Value
-
Updated
Jun 3, 2021 - Java
-
Updated
Nov 5, 2019
-
Updated
Aug 24, 2020 - Go
日期转换函数timpstamp插入和保存都是int64,后面是否会支持yyyy-MM-dd HH:mm:ss这种形式,同时支持内部日期函数转换,将int64转换成yyyy-MM-dd HH:mm:ss。对于int64,现在的解决措施只能是应用内转换和新建string字段展示正常的日期格式
-
Updated
Mar 15, 2021 - JavaScript
Improve this page
Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.
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."


"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.