• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle

















  • They don’t need to be. When you’re posting a comment, that’s a database query. Not from you directly, but you’re submitting a comment, which tells the frontend to tell the backend to tell the database to save that comment.

    Now do that a thousand times and you created a thousand database queries. Now do something more elaborate, like filtering search results or something, and you put a bit more load on the database.

    And apparently there seem to be some queries that a user can create that cause issues if submitted by the thousands.