SwayDB
SwayDB copied to clipboard
`Stream` should allow configurations that hint `Core` for better caching and reduced IOps
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