mongodb-partners/mongo-rocks

Google Group is down

jorisw opened this issue · 2 comments

The README refers to a Google Group that no longer seems to be there.

image

The question I was going to post was, what's the general status of this project? Should I pursue using it if I'm looking for high performance for large mongo databases (70+ GB) ?

Also, where are the Mac build instructions?

@jorisw

  1. the google group is alive there. but it is set only visible to developers now, I'll update the readme
  2. this project aims to use rocksdb as the underneath storage engine of mongodb(like mongodb's mmapv1, wiredTiger engine)
  3. currently mongoRocks3.4 and 4.0 are the two stable branches.
  4. I believe this project is for people who have interests about rocksdb and mongodb's source code, and people who develop database kernels.
  5. 70GB is not a large working set. the official mongodb works well for your working set. And mongoRocks can also work well for that.
  6. I've successed to build mongodb with mongoRocks on Mac with the guide of README, there is no big difference.
  7. Tell me why you need to build your own mongodb binary? why not using a community mongodb rpm?

If you have more questions, please

Thanks @wolfkdy . I was actually just curious about MongoDB optimization for high performance and stumbled upon RocksDB as part of my research.