How to see the amount of Indexed Data?
I am considering moving a website that uses sphinx to heroku using flying sphinx. I am trying to figure out whether or not this website would fit inside the 20Mb of indexed data limit of the wooden plan. What way could I use to determine the total size of the data being indexed?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Pat Allan on 25 May, 2011 09:41 AM
Hi Rob
It's measured on the contents of
db/sphinx/RAILS_ENV
- if you're using Unix, try:du -h db/sphinx
.