paritytech / parity-db

Experimental blockchain database
Apache License 2.0
263 stars 59 forks source link

Call madvise for existing index files #211

Closed arkpar closed 1 year ago

arkpar commented 1 year ago

Currently madvise call for the random IO hint is only performed on the new index creation. It should be done on opening an existing index as well.