File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ v1.5.x (XXXX-XX-XX)
5
5
6
6
* removed separate shape collections
7
7
8
- On upgrade to ArangoDB 1.5, existing collections will be upgraded to include
9
- shapes and attribute markers in the datafiles instead of separate files for
8
+ When upgrading to ArangoDB 1.5, existing collections will be converted to include
9
+ shapes and attribute markers in the datafiles instead of using separate files for
10
10
shapes.
11
11
12
- When a collection is upgraded , existing shapes from the SHAPES directory will
12
+ When a collection is converted , existing shapes from the SHAPES directory will
13
13
be written to a new datafile in the collection directory, and the SHAPES directory
14
14
will be removed afterwards.
15
15
16
16
This saves up to 2 MB of memory and disk space for each collection
17
- (savings are higher the less different shapes there are in a collection).
17
+ (savings are higher, the less different shapes there are in a collection).
18
18
Additionally, one less file descriptor per opened collection will be used.
19
19
20
- When creating a new collection, the amount sync calls may be reduced. The same
20
+ When creating a new collection, the amount of sync calls may be reduced. The same
21
21
may be true for documents with yet-unknown shapes. This may help performance
22
22
in these cases.
23
23
You can’t perform that action at this time.
0 commit comments