Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Automatically optimize all tables in a MySQL database

Automatically optimize all tables in a MySQL database

Scheduled Pinned Locked Moved C#
csharpdatabasemysqlhelpcode-review
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alagiri periyasamy merrillcorp com
    wrote on last edited by
    #1

    i need to optimize all tables in a MySQL database automatically. can you please help to make programe c#.net

    L 1 Reply Last reply
    0
    • A Alagiri periyasamy merrillcorp com

      i need to optimize all tables in a MySQL database automatically. can you please help to make programe c#.net

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2
      • What does optimize mean? What will you be doing with the tables?
      • We got a database-forum
      • Your question for help on C# is too broad; you make a C# app like all the others, and you can get help with specific questions. You'll have to do the writing yourself.
      • Can you show us an example of a table before and after "optimization"?

      Looking forward to your answers.

      Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

      A 1 Reply Last reply
      0
      • L Lost User
        • What does optimize mean? What will you be doing with the tables?
        • We got a database-forum
        • Your question for help on C# is too broad; you make a C# app like all the others, and you can get help with specific questions. You'll have to do the writing yourself.
        • Can you show us an example of a table before and after "optimization"?

        Looking forward to your answers.

        Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

        A Offline
        A Offline
        Alagiri periyasamy merrillcorp com
        wrote on last edited by
        #3

        Hi, In our data base have more than 150 tables available. In every day some table have delete and update operation is going. While after the delete memory is stored in temp. When I tried to open schema, it’ll take some time. I need to make faster in my schema. What can I do? That’s only I selected optimize all table in mysql. Thanks, P.Alagiri

        L 1 Reply Last reply
        0
        • A Alagiri periyasamy merrillcorp com

          Hi, In our data base have more than 150 tables available. In every day some table have delete and update operation is going. While after the delete memory is stored in temp. When I tried to open schema, it’ll take some time. I need to make faster in my schema. What can I do? That’s only I selected optimize all table in mysql. Thanks, P.Alagiri

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I suggest you start in the database-forum; to check whether your indexes are correct, whether you could benefit from partitioning the data, whether your table-structure is correct.. The usual things a DB-admin does when the db is too slow. C# has little to do with it.

          Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups