paritytech / parity-db

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

Representative query timing #196

Closed MattHalpinParity closed 1 year ago

MattHalpinParity commented 1 year ago

Added options for controlling writer thread sleeps so that they can pause after a number of commits. Made reader threads default to not reading pruned values. Old behaviour can be enabled with an option. These should give a slightly more representative way of measuring query performance.