distributed-database
Here are 228 public repositories matching this topic...
-
Updated
Jun 19, 2021 - Go
We do have the internal metadata concepts to make this happen in a relatively inexpensive way. That being said, we have not implemented this functionality. Please file a github issue to track it and discuss various design point. I will warn you that I don’t think this is something we’re in any hurry to implement. That issue can also be a way to gauge interest and work out syntax details. (by ajw
-
Updated
Jun 19, 2021 - C++
Hi,
This issue is to add a unit test for isAllTablesInSameDataSource method in shardingRule.
If you want to have an example, please refer to the test case for other method in ShardingRuleTest.
-
Updated
Mar 28, 2021
-
Updated
Jun 19, 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
Jun 16, 2021
-
Updated
Jun 18, 2021 - Java
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
Jun 17, 2021 - Rust
Community Slack user had a question regarding how to find the exact size of any table ycqlsh shell or tserver-UI.
Context - https://yugabyte-db.slack.com/archives/CG0KQF0GG/p1623851330364200
Here is where we stand today:
- No support for this through ycqlsh
- 2 types of support through the UI: (1) Per tablet server, which you can see on the tables tab of the tserver UI, but you’d have
-
Updated
Jun 19, 2021 - C
io.trino.tempto.assertions.QueryAssert#assertThat(QueryCallback) is deprecated.
Use case:
- Compatibility with PostgreSQL
- Time-series applications
Feature description:
the CrateDB INTERVAL data type does not currently support the PostgreSQL input units MILLENNIUM, CENTURY, DECADE, MILLISECOND, or MICROSECOND. the larger units might not be so useful for mo
-
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 19, 2021 - Go
-
Updated
Apr 26, 2021 - Go
-
Updated
Jun 19, 2021 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Jun 18, 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
Nov 5, 2019
-
Updated
Jun 18, 2021 - Java
-
Updated
Aug 24, 2020 - Go
日期转换函数timpstamp插入和保存都是int64,后面是否会支持yyyy-MM-dd HH:mm:ss这种形式,同时支持内部日期函数转换,将int64转换成yyyy-MM-dd HH:mm:ss。对于int64,现在的解决措施只能是应用内转换和新建string字段展示正常的日期格式
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.