• 0

mysql speed


Question

hello there,

if i have a website built from asp.net that will be accessing, creating and deleting tables in mysql, will it become extremely slow if there are about 10 users trying to access it at once?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

You shouldn't be creating and deleting tables, that doesn't sound like a proper database design. You should be added and removing rows from a table, not making a whole new one :s Also, are you indexing properly?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.