1
1
v3.3.12 (2018-07-12)
2
2
--------------------
3
3
4
+ * PR5854: rocksdb engine would frequently request a new DelayToken. This caused
5
+ excessive write delay on the next Put() call. Alternate approach taken.
6
+
4
7
* fixed graph creation under some circumstances failing with 'edge collection
5
8
already used in edge def' despite the edge definitions being identical
6
9
@@ -45,7 +48,7 @@ v3.3.11 (2018-06-26)
45
48
more than a single shard and using a custom shard key (i.e. some shard
46
49
key attribute other than `_key`).
47
50
The previous implementation of DOCUMENT restricted to lookup to a single
48
- shard in all cases, though this restriction was invalid. That lead to
51
+ shard in all cases, though this restriction was invalid. That lead to
49
52
`DOCUMENT` not finding documents in cases the wrong shard was contacted. The
50
53
fixed implementation in 3.3.11 will reach out to all shards to find the
51
54
document, meaning it will produce the correct result, but will cause more
@@ -59,7 +62,7 @@ v3.3.11 (2018-06-26)
59
62
60
63
* fixed internal issue #2256: ui, document id not showing up when deleting a document
61
64
62
- * fixed internal issue #2163: wrong labels within foxx validation of service
65
+ * fixed internal issue #2163: wrong labels within foxx validation of service
63
66
input parameters
64
67
65
68
* fixed internal issue #2160: fixed misplaced tooltips in indices view
@@ -235,7 +238,7 @@ v3.3.9 (2018-05-17)
235
238
`COLLECT ...` (no options) => create a plan using sorted, and another plan using hash method
236
239
237
240
* added bulk document lookups for MMFiles engine, which will improve the performance
238
- of document lookups from an inside an index in case the index lookup produces many
241
+ of document lookups from an inside an index in case the index lookup produces many
239
242
documents
240
243
241
244
0 commit comments