| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Raj Shekhar | Date: | November 5 2009 5:28pm |
| Subject: | Re: Fw: 50M records each year.. how to handle | ||
| View as plain text | |||
<sudhir543-nimavat <at> yahoo.com> writes: > But app will need to create a new table every year and alter merge > table definition.. Right. ALTER table on a merge table is a fast operation. A MERGE table need not maintain an index of its own because it uses the indexes of the individual tables. As a result, MERGE table collections are very fast to create or remap. > However I doubt that merge table would give a decent performance for > Select operaton.. I cannot comment on the above statement without seeing your table indexes and your select queries. If you use optimal indexes, you will have fast selects.
| Thread | ||
|---|---|---|
| • 50M records each year.. how to handle | || Sudhir Nimavat || | 2 Nov |
| • Re: 50M records each year.. how to handle | Krishna Chandra Prajapati | 3 Nov |
| • Re: 50M records each year.. how to handle | || Sudhir Nimavat || | 3 Nov |
| • Re: Fw: 50M records each year.. how to handle | Raj Shekhar | 5 Nov |
| • Re: Fw: 50M records each year.. how to handle | sudhir543-nimavat | 5 Nov |
| • Re: Fw: 50M records each year.. how to handle | Raj Shekhar | 5 Nov |
| • Re: Fw: 50M records each year.. how to handle | sudhir543-nimavat | 5 Nov |
