mysql - Does splitting tables in DB help with performance issue? -
mysql - Does splitting tables in DB help with performance issue? -
i come problem recently.
i working in project friend, while friend design database, splited same kind of info different tables according month(one table per month). reason db performance.
i'm little uncertainty solution, since set tables 1 single machine, think performance same building index date.
can discuss , give me hints?
unless there more approximately tens of millions of rows per month, splitting not thought , not provide more db performance.
you much improve performance gains identifying right indexes query workload.
when have have many millions of rows per month, partitioning table date ranges might improve performance in situations (depends on query workload).
mysql sql database datatable
Comments
Post a Comment