Data volume
Data is stored in database tables. The more data there is in the database table, the longer queries will take. This can be partly overcome by applying indexes. Indexes can greatly increase the performance of read queries but will slow down create, update, and delete requests.