@nxtedition/rocksdb 8.1.15 → 8.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/binding.cc CHANGED
@@ -383,7 +383,7 @@ struct BaseIterator : public Closable {
383
383
  }
384
384
  readOptions.fill_cache = fillCache_;
385
385
  readOptions.snapshot = snapshot_.get();
386
- readOptions.async_io = true;
386
+ // readOptions.async_io = true;
387
387
  readOptions.adaptive_readahead = true;
388
388
  readOptions.tailing = tailing_;
389
389
 
@@ -915,9 +915,8 @@ NAPI_METHOD(db_get_many) {
915
915
  rocksdb::ReadOptions readOptions;
916
916
  readOptions.fill_cache = fillCache;
917
917
  readOptions.snapshot = snapshot.get();
918
- readOptions.async_io = true;
918
+ // readOptions.async_io = true;
919
919
  readOptions.ignore_range_deletions = ignoreRangeDeletions;
920
- readOptions.optimize_multiget_for_io = true;
921
920
 
922
921
  const auto size = keys.size();
923
922
 
@@ -87,7 +87,7 @@
87
87
  "ROCKSDB_PTHREAD_ADAPTIVE_MUTEX=1",
88
88
  "ROCKSDB_RANGESYNC_PRESENT=1",
89
89
  "ROCKSDB_SCHED_GETCPU_PRESENT=1",
90
- "ROCKSDB_IOURING_PRESENT=1",
90
+ # "ROCKSDB_IOURING_PRESENT=1",
91
91
  "USE_FOLLY=1",
92
92
  "FOLLY_NO_CONFIG=1"
93
93
  "HAVE_SSE42=1",
@@ -135,11 +135,11 @@
135
135
  "defines": ["OS_MACOSX=1"],
136
136
  "direct_dependent_settings": {
137
137
  "libraries": [
138
- "/opt/homebrew/Cellar/zstd/1.5.4/lib/libzstd.a"
138
+ "/opt/homebrew/Cellar/zstd/1.5.2/lib/libzstd.a"
139
139
  ],
140
140
  },
141
141
  "include_dirs": [
142
- "/opt/homebrew/Cellar/zstd/1.5.4/include"
142
+ "/opt/homebrew/Cellar/zstd/1.5.2/include"
143
143
  ],
144
144
  "xcode_settings": {
145
145
  "OTHER_CPLUSPLUSFLAGS": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "8.1.15",
3
+ "version": "8.1.17",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
Binary file