8000 Merge pull request #672 from frankmayer/patch-2 · arangodb/arangodb@a497be8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a497be8

Browse files
committed
Merge pull request #672 from frankmayer/patch-2
Readability improved for the latest changes in the changelog
2 parents 223a1a2 + 6ded288 commit a497be8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ v1.5.x (XXXX-XX-XX)
55

66
* removed separate shape collections
77

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
1010
shapes.
1111

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
1313
be written to a new datafile in the collection directory, and the SHAPES directory
1414
will be removed afterwards.
1515

1616
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).
1818
Additionally, one less file descriptor per opened collection will be used.
1919

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
2121
may be true for documents with yet-unknown shapes. This may help performance
2222
in these cases.
2323

0 commit comments

Comments
 (0)
0