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
-**Storage:**pbf on ZFS Pool on 4 HDD, import folder an nvme drive
141
141
142
142
**Import Command Used:**
143
143
```bash
@@ -156,7 +156,8 @@ thumb is to have swap space at least equal to or larger than the JVM heap size (
156
156
157
157
**Storage Considerations:**
158
158
159
-
A fast NVMe drive or RAID configuration significantly improves import times. The import process involves heavy random I/O operations during the RocksDB compaction phase. Slower storage can double or triple import times compared to fast NVMe storage.
159
+
A fast NVMe drive or RAID configuration significantly improves import times. The import process involves heavy random I/O operations during the RocksDB compaction phase. Slower storage can double or triple import times compared to fast NVMe storage.
160
+
Or put in other words, a Planet-PBF import took 85h on my system when having everything on the ZFS Pool. When putting the import folder on a NVME drive, the whole import took around 11h.
0 commit comments