![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
From your details I cannot give you a definitive answer, but you EXTENT SIZE/NEXT SIZE seems to short for the table dimension. |
|
Hi, We are getting an error -271 while inserting records to a table even though we see the database free space is more than 60%. Our Informix Version is : Informix Dynamic Server 2000 Version 9.21.UC4 on Solaris 9 To sort the issue, I dropped the table and recreated an empty table. Could you please let me know on what reason the database could not add new rows to a table. During the insert error, there was around 5 million rows in the table. The row size on the table is 1720 and the index size is 325. Extent size is 16 and next size is 16, lock more is row. Is there any table size restrictions on the DB version or can there be any bug. We are daily performing update statistics on the full DB. Please let me know your thoughts on the issue. Dhaya _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#3
| |||
| |||
|
|
Informix always raises two errors. A generic one and a detailed one. The later is the ISAM error code. -271 is the "generic" code. We would need the ISAM error code also...>From your details I cannot give you a definitive answer, but you EXTENT SIZE/NEXT SIZE seems to short for the table dimension. One usual error on these situations is the limit of extents a table can have. This limit is not the same always. It varies with the table schema (mostly with the number os special - VARCHAR - columns) and the page size.. On 2K page sizes the limit usually is around 200, but can be lower if your table has lots of VARCHARs. On 4K page sizes it's around the double of that. You probably should alter the extent definitions (ALTER TABLE ... NEXT SIZE ...) V11.7 does not suffer from this issue. In any case, always get the ISAM error code. Regards. On Thu, Mar 31, 2011 at 6:22 PM, sdhaya <dhaya.sni... (AT) gmail (DOT) com> wrote: Hi, We are getting an error -271 while inserting records to a table even though we see the database free space is more than 60%. Our Informix Version is : Informix Dynamic Server 2000 Version 9.21.UC4 on Solaris 9 To sort the issue, I dropped the table and recreated an empty table. Could you please let me know on what reason the database could not add new rows to a table. During the insert error, there was around 5 million rows in the table. The row size on the table is 1720 and the index size is 325. Extent size is 16 and next size is 16, lock more is row. Is there any table size restrictions on the DB version or can there be any bug. We are daily performing update statistics on the full DB. Please let me know your thoughts on the issue. Dhaya _______________________________________________ Informix-list mailing list Informix-l... (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list -- Fernando Nunes Portugal http://informix-technology.blogspot.com My email works... but I don't check it frequently...- Hide quoted text - - Show quoted text - |
#4
| |||
| |||
|
|
Hi, We are getting an error -271 while inserting records to a table even though we see the database free space is more than 60%. Our Informix Version is : Informix Dynamic Server 2000 Version 9.21.UC4 on Solaris 9 To sort the issue, I dropped the table and recreated an empty table. Could you please let me know on what reason the database could not add new rows to a table. During the insert error, there was around 5 million rows in the table. The row size on the table is 1720 and the index size is 325. Extent size is 16 and next size is 16, lock more is row. Is there any table size restrictions on the DB version or can there be any bug. We are daily performing update statistics on the full DB. Please let me know your thoughts on the issue. Dhaya _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#5
| |||
| |||
|
|
million rows in the table. The row size on the table is 1720 and the For a table of this size and if would like to store around 10 millions |
![]() |
| Thread Tools | |
| Display Modes | |
| |