key-value
Here are 585 public repositories matching this topic...
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
The readme has a small section about how to tweak BadgerDB to consume less memory. However, the section doesn't really describe any of the parameters in depth or allow the reader to be able to make an educated guess on how much memory his/her BadgerDB instance will consume.
The reason I'm bringing this up is that we're heavily using BadgerDB in our software but the options around it feel like a
Bug Report
What version of TiKV are you using?
I think the description of config max-tasks-per-worker-high in the document is wrong:https://github.com/tikv/tikv/blob/master/docs/V2.1/op-guide/coprocessor-config.md#max-tasks-per-worker-high
https://github.com/tikv/tikv/blob/master/docs/refer
(e.g - macOS):
- Create a section with installation steps:
brew install cmake autoconf libtool gcc automake opensslexport PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
- Update README.MD
- 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
-
Updated
Jun 13, 2020 - Go
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jun 20, 2020 - C
-
Updated
Jun 1, 2020 - C++
Steps to Reproduce
See below.
Code sample
This is an extract from the Relationships section of hive docs.
void main() async {
Hive.registerAdapter(PersonAdapter());
var persons = await Hive.openBox<Person>('personsWithLists');
persons.clear();
var mario = Person('Mario');
var luna = Person('Luna')Plan biweekly check of code quality with https://codeclimate.com/ and add outputs in the spreadsheet named "immudb codeclimate results" available in the shared drive "CodeNotary Product"
-
Updated
Apr 22, 2020 - C
URL: http://pumpkindb.org/doc/master
Upon initial load, all documentation pages are scrolled down just a tiny bit, but it makes a bad initial impression (feels messy). Has something to do with the gitbook theme we're using, I suppose. When pages are changed by clicking on menu items, there is no such issue because subsequent navigation is done over AJAX.
![screenshot 2017-04-22 15 2
-
Updated
Jun 24, 2020 - C
-
Updated
Jun 25, 2020 - C
We've had quite a few issue asking for requests that are outside the scope of Keyv (lukechilds/keyv#28, lukechilds/keyv#34, lukechilds/keyv#12). We should add a section in the readme that clarifies that Keyv is only a storage adapter, extra functionality should be built on top of Keyv.
Also add a section to the readme
-
Updated
Jun 20, 2020 - C
-
Updated
Jun 26, 2020 - Java
-
Updated
May 12, 2018 - JavaScript
-
Updated
Dec 20, 2019 - Go
We need to implement integration/unit tests for internal/transport package.
-
Updated
May 4, 2020 - Go
-
Updated
Apr 3, 2020 - PHP
Improve this page
Add a description, image, and links to the key-value topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the key-value topic, visit your repo's landing page and select "manage topics."
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-SHA384despite--cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256being set.