I'm relatively new to MySQL databases. I'm currently designing a small web application which main feature will be a fulltext search and, despite reading the docs, am still curious about the amount of RAM size my hoster (mediatemple) provides and if it will be sufficient enough for my needs or if I should upgrade (64MB, 128MB & 512MB RAM possible).
*** MySQL database specs***
* RAM: 64MB
* Max storage size: 4GB
* Server: Percona Server
* Main table type: InnoDB
* Tables: 4
* Predicted rows per table: 2.000
* MySQL version: 5.1 (I think)
* Probable searches/day: 500
Thank you very much for your advice!