-
Updated
Nov 27, 2020 - C++
document-database
Here are 94 public repositories matching this topic...
-
Updated
Nov 27, 2020 - Java
-
Updated
Nov 28, 2020 - C#
-
Updated
Nov 7, 2018
-
Updated
Nov 23, 2020 - C#
-
Updated
Sep 24, 2017 - Shell
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Oct 4, 2020 - C#
-
Updated
Jun 18, 2020 - Java
-
Updated
Oct 1, 2020 - Python
-
Updated
Apr 6, 2018 - JavaScript
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Apr 14, 2020 - JavaScript
Right now in insertElementRecursive()
, DocLayer does NOT try to store arrays with null values as sparse arrays, i.e. for null value it still insert a k-v for it, which is kind of against what it attempts to achieve later when doing update (skipping the null values and effectively store those arrays as spars arrays). We should make the behavior consistent and do the same in insertion.
-
Updated
Jul 6, 2020 - Python
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Jun 18, 2020 - C#
-
Updated
Nov 18, 2020 - Java
Currently, there are some examples in README.md
with Elasticsearch queries and corresponding uptasticsearch
code. That code is effectively pseudocode right now, as it references a fictional Elasticsearch cluster.
I think this could lead to a bad experience with the docs and lead people to walk away from the project and not come back.
I would love if someone changed those examples to be r
-
Updated
Jul 16, 2020 - C
-
Updated
Jul 24, 2019 - F#
-
Updated
Mar 19, 2020
-
Updated
Feb 15, 2019 - Java
-
Updated
Jun 18, 2019 - Python
-
Updated
Apr 8, 2019 - JavaScript
-
Updated
Nov 27, 2020 - Rust
-
Updated
Apr 24, 2020 - C#
Improve this page
Add a description, image, and links to the document-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the document-database topic, visit your repo's landing page and select "manage topics."
2 * X queries vs. 1
currently a single transaction with a batch
X
of documents does2 * X
SQL queries.it looks whether the document exists first and then inserts or updates it: