Hello All,
I have a set of tables partitioned horizontally. DML below.
Essentially Im trying to store a persons information in a table in the database. Since we could have millions of people, with duplicates! Ive decided we need to partition the table into segments where all people with the LastName starting from A to G will be in one table. H-N will be in another table and O-Z in the third. Ive created a VIEW that does a UNION on all the tables.
Thanks, |
- Re: [SQL] Table Partitioning and Rules Girish Bajaj
- Re: [SQL] Table Partitioning and Rules Richard Huxton
- Re: [SQL] Table Partitioning and Rules Josh Berkus
- Re: [SQL] Table Partitioning and Rules Rod Taylor
- Re: [SQL] Table Partitioning and Rules Girish Bajaj
- Re: [SQL] Table Partitioning and Rules Josh Berkus
- Re: [SQL] Table Partitioning and Rules Steve Crawford
- Re: [SQL] Table Partitioning and Rule... Richard Huxton
- Re: [SQL] Table Partitioning and Rules Dmitry Tkach
- Re: [SQL] Table Partitioning and Rules Greg Stark