One can configure an ioq bypass, which removes an IO class from prioritization,
as below:
config:set("ioq.bypass", "view_update", "true")
Note that setting an IOQ bypass can effectively trump all other classes,
especially in the case of an interactive bypass v. compaction. This can lead
to high disk usage.
IOQ classes
The following are the list of IOQ classes:
Bypassing IOQ
One can configure an ioq bypass, which removes an IO class from prioritization, as below:
Note that setting an IOQ bypass can effectively trump all other classes, especially in the case of an interactive bypass v. compaction. This can lead to high disk usage.
Setting priorities
The priority for a class can also be set ala:
Or globally, using snippet/rpc:
As the interactive class is ‘everything else’ its priority cannot be directly set.