Saturday, May 5, 2018

Where to ask questions about MyRocks and RocksDB

MyRocks


Best places to discuss MyRocks:
Other places to discuss MyRocks:
  • MyRocks group for FB MySQL - this existed before MyRocks made it into Percona and MariaDB. You are better off using the MariaDB and Percona groups.
  • Bugs for MyRocks in FB MySQL are here. Again, if using Percona or MariaDB please use their forums for bugs.

RocksDB



1 comment:

  1. Good list Mark.

    I would also like to add that for anyone using MyRocks within Percona Server, _please_ report bugs to https://jira.percona.com/projects/PS and NOT to Facebook. We will handle the triage and verification of issues and then we will engage the Facebook team(s) only if necessary.

    ReplyDelete

Battle of the Mallocators

If you use RocksDB and want to avoid OOM then use jemalloc or tcmalloc and avoid glibc malloc. That was true in 2015 and remains true in 202...