I'm hosting a nodejs application. And I'm using Mysql database to store data. This application is a blogging site and there is a possibility that it will have a more data within short time during production.
When I want to create a table using phpMyAdmin I keep seeing the option to separate/divide my tables into partitions.
I have visited this page and many other pages but I can't find the information related to my question as well as here where they're just explain the basic knowledge of what mysql partioning is.
What I want to know and be sure of is if I can skip the part where I create these partitions so that I can create them in future or I have to create these partitions together with the tables.