![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| Here's an interesting one. Not being sure how Ingres handles LOBs, I started snooping around. I noticed for long varchar, Ingres creates a catalog table to store the actual data. Some cryptic table name i.e. iietab_77blabla..... Now I'm worried because this table will become huge, I created it with 32K pages to stay under the 8 million page limit. BUT, the catalog table created to store the long varchars, is only a plain jane uncompressed, 2K page table. I'm afraid this catalog table with all the long varchar data will max out the number of pages way before the actual user table. Can/should I modify this system catalog table to 32K pages ? Andre _______________________________________________ Info-ingres mailing list Info-ingres (AT) cariboulake (DOT) com http://mailman.cariboulake.com/mailm...py/info-ingres |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Here's an interesting one. Not being sure how Ingres handles LOBs, I started snooping around. I noticed for long varchar, Ingres creates a catalog table to store the actual data. Some cryptic table name i.e. iietab_77blabla..... Now I'm worried because this table will become huge, I created it with 32K pages to stay under the 8 million page limit. |
#5
| |||
| |||
|
|
Here's an interesting one. Not being sure how Ingres handles LOBs, I started snooping around. I noticed for long varchar, Ingres creates a catalog table to store the actual data. Some cryptic table name i.e. iietab_77blabla..... Now I'm worried because this table will become huge, I created it with 32K pages to stay under the 8 million page limit. |
#6
| |||
| |||
|
|
Here's an interesting one. Not being sure how Ingres handles LOBs, I started snooping around. I noticed for long varchar, Ingres creates a catalog table to store the actual data. Some cryptic table name i.e. iietab_77blabla..... Now I'm worried because this table will become huge, I created it with 32K pages to stay under the 8 million page limit. |
![]() |
| Thread Tools | |
| Display Modes | |
| |