distributed-database
Here are 224 public repositories matching this topic...
-
Updated
Apr 18, 2021 - Go
In #58923, we added the ability to set a column as VISIBLE and NOT VISIBLE.
We now need the ability to have ALTER COLUMN <col> SET [VISIBLE|NOT VISIBLE].
The changes to do this are as follows (you can follow SET DEFAULT as a guideline for what to write)
- Add a
type AlterTableSetVisible struct { Visible bool }struct to tree/alter_table.go, similar toAlterTableSetDefault. - Add th
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
Mar 28, 2021
-
Updated
Apr 17, 2021 - JavaScript
OS: macOS Big Sur 11.2.2 (20D80)
Hardware: MacBook Pro (13-inch, M1, 2020)
When attempting to install the *.pkg file on Apple Silicon, I get the following message:
The package is trying to install content to the system volume. Contact the software manufacturer for assistance.
I tried disabling System Integrity Protection and I get the same error message, sadly.
I went to the troub
-
Updated
Mar 30, 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
Apr 8, 2021 - Rust
Example we could protect pieces like TableInfo::tablet_map_ with GUARDED_BY(lock_) and then annotate the respective read/write accessor methods like TableInfo::AddTablet
-
Updated
Apr 16, 2021 - C
The examples in this section be updated:
CALL system.drop_stats('schema_name', 'table_name')CALL system.drop_stats(
schema_name => 'schema',
table_name => 'table',
partition_values => ARRAY[ARRAY['p2_value1', 'p2_value2']])We should remove Guava as a dependency from the server module.
Most of the functionality we used from Guava are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from Elasticsearch, due to their decision to remove Guava completely.
Any functionality that we use which isn't present in the JDK can be co
-
Updated
Jan 16, 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
Oct 8, 2020 - Go
-
Updated
Feb 24, 2021 - Go
-
Updated
Apr 16, 2021 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Apr 16, 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
Apr 16, 2021 - Java
-
Updated
Nov 5, 2019
-
Updated
Aug 24, 2020 - Go
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
May 18, 2020
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.