I'm using Entity Framework 6 with a Code-First approach, and I want two entities to be put in the same table. …
c# entity-framework ef-code-first table-splittingMy table have 7 million records and I do split table in 14 part according to ID, each partition include 5 million record …
sql sql-server-2012 query-optimization data-partitioning table-splitting