prorm API Reference
    Preparing search index...

    Function buildOptimizeTableSQL

    • Rebuild a table, defragmenting it and returning space to the filesystem.

      MySQL's answer to both VACUUM FULL and REINDEX. It rewrites the table, so it needs room for a second copy and it is not free.

      Parameters

      • table: string
      • dialect: string
      • quoteTable: (t: string) => string

      Returns string