You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MyRocks - RocksDB storage engine for MySQL
So I have a table that has 10 million records. I deleted the table but the size of .Rocksdb was the same... I observed most of the space was occupied by .Bin files which are for wal. So would setting max_wal_size keep these in control... Also how do I free up the actual disk space.
Yoshinori Matsunobu
unread,
Mar 21, 2017, 12:24:21 PM3/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dhruv Paranjape, MyRocks - RocksDB storage engine for MySQL
Could you elaborate which types of files are occupying space? MyRocks has three major large file types
-- 1. sst (*.sst, under $datadir/.rocksdb), 2. WAL (*.log, under rocksdb_wal_dir), 3. Binary logs (under log-bin).
DROP TABLE triggers compactions and eventually delete sst files. WAL size is controlled by rocksdb_max_total_wal_size.
--
You received this message because you are subscribed to the Google Groups "MyRocks - RocksDB storage engine for MySQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to myrocks-dev...@googlegroups.com.
To post to this group, send email to myroc...@googlegroups.com.