Tune the size of database pages

Stick with 4K as the page size (the default, and the size operating systems use) unless:

You might need to experiment with page size to find out what works best for your application and database.

Related concepts
Use prepared statements with substitution parameters
Create indexes, and make sure they are being used
Increase the size of the data page cache
Avoid expensive queries
Use the appropriate getXXX and setXXX methods for the type
Tune database booting/class loading
Avoid inserts in autocommit mode if possible