SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

`Stream` should allow configurations that hint `Core` for better caching and reduced IOps

Open simerplaha opened this issue 4 years ago • 0 comments

Core iteration can provide much faster Streaming with better caching and reduced IOps if Stream instances provided hints and approximations on things will help core.

Currently Core tries to guess these things which should be removed and be made manually configurable. Auto configuration should be implemented at Stream level itself and not within Core.

Related #337

simerplaha avatar Dec 11 '21 01:12 simerplaha