distributed-database
Here are 210 public repositories matching this topic...
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Aug 24, 2020 - Go
Index constraint generation currently supports constraints from LIKE expressions, but the opt statistics code does not. A simple improvement would be to handle the case where the expression is exactly equivalent to a range of values.
Note that such a rule would need to handle escaping correctly (which the index constraints code currently does not, see #44123).
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
-
Updated
Jul 21, 2020
Now insert and query share the resource ( Max Process Count control) 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and
-
Updated
Aug 24, 2020 - C++
The old restore supports adding prefix and suffix to the backup data. This allows us to restore a key space (say [a, b)) to a new key space (say [awesome_a, awesome_b).
This feature is useful in:
- Performance testing: We do not want to throw away existing loaded data in the cluster because loading a huge DB takes time;
- Cross-verification: Users may want to verify the restored data in the
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Aug 19, 2020
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-
open source training courses about distributed database and distributed systemes
-
Updated
Aug 14, 2020 - Rust
Distributed PostgreSQL as an extension - for multi-tenant and real-time analytics workloads
-
Updated
Aug 24, 2020 - C
[DocDB] in yb-master /tablet-servers view summarize read-replica and primary cluster info separately
Sample screenshot from the http://yb-master:7000/tablet-servers view of a Yugabyte universe with a primary cluster + read-replica cluster:
As you can see, the Tablet-Peers by Availability Zone section simply summarizes by
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips
-
Updated
Jan 31, 2020 - Ruby
LinDB is a scalable, high performance, high availability distributed time series database.
-
Updated
Jun 21, 2020 - Go
Currently, Stats command in the protocol and olric-stats tool only work on a cluster member. So if you run the following command:
olric-stats -a=cluster-member:portIt returns statistics for only one cluster member. This is not very useful most of the time. We need to aggregate all statistics.
-s/--summary would also be useful.
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
-
Updated
Aug 24, 2020 - Go
See TODO this is wrong, we're going to construct malformed Slice representation if source > charLength in the code.
['pɛgəsəs] A distributed key-value storage system developed and maintained by Xiaomi Cloud Storage Team.
-
Updated
Aug 24, 2020 - C++
PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS.
-
Updated
Jul 17, 2020 - C++
Distributed "massively parallel" SQL query engine
-
Updated
May 6, 2017 - C++
A High Scalability Middle-ware for MySQL Sharding
-
Updated
Aug 24, 2020 - 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
A cluster consistency platform
-
Updated
Aug 24, 2020 - Java
Awesome list of distributed systems resources
-
Updated
Nov 5, 2019
Elastic Key-Value Storage With Strong Consistency and Reliability
-
Updated
Aug 24, 2020 - Go
The easiest way for Ethereum apps to manage user data.
-
Updated
May 18, 2020
Catena is a distributed database based on a blockchain, accessible using SQL.
-
Updated
Aug 12, 2018 - Swift
Gryadka is a minimalistic master-master replicated consistent key-value storage based on the CASPaxos protocol
-
Updated
Aug 13, 2018 - 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."



Today,
etcdctl endpoint healthonly performs a quorum GET. If server is corrupted or exceeded quota (which put the server into read only mode), this command incorrectly returnshealthy.