mapleFU commented on issue #35319:
URL: https://github.com/apache/arrow/issues/35319#issuecomment-1522109887

   Seems that RocksDB use `MAP_PRIVATE` and badger uses `MAP_SHARED`. Is there 
any differences between `MAP_PRIVATE` and  `MAP_SHARED` when not defined 
`PROM_WRITE`? Seems that it's cow, it shares the underlying memory if you 
didn't write to that buffer? And if there is something different, would you 
mind provide some benchmark data between them?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to