NicoK commented on issue #6603: [FLINK-10198][state] Set Env object in 
DBOptions for RocksDB
URL: https://github.com/apache/flink/pull/6603#issuecomment-419026348
 
 
   Learning more about this every day, but it looks like the memory options 
(writeBufferSize - the mem_table, block cache, etc.) are per column family 
anyway and therefore per Flink state and *not* per keyed operator and *not* 
globally, even after this PR.
   
   @StefanRRichter to me it looks like this "only" affects the number of 
compaction threads (previously `x per keyed operator`, with this PR `x per TM`) 
and maybe some configuration properties that are shared with this PR. What else 
does this affect?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to