You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reducing the number of call to fsync on the directory.
This work by introducing a new API method in the Directory
trait.
The user needs to explicitely call this method.
(In particular, once before a commmit)
Closes#1225
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@ Tantivy 0.17
2
2
================================
3
3
- Change to non-strict schema. Ignore fields in data which are not defined in schema. Previously this returned an error. #1211
4
4
- Facets are necessarily indexed. Existing index with indexed facets should work out of the box. Index without facets that are marked with index: false should be broken (but they were already broken in a sense). (@fulmicoton) #1195 .
5
+
- Bugfix that could in theory impact durability in theory on some filesystems [#1224](https://github.com/quickwit-inc/tantivy/issues/1224)
6
+
- Reduce the number of fsync calls [#1225](https://github.com/quickwit-inc/tantivy/issues/1225)
0 commit comments