Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Planned for future release
Workspace Informix
Components Informix Server
Created by Guest
Created on Jun 2, 2020

255 rows/page limit should be addressed

Informix has a rows/page limit of 255 rows/page.

Perhaps this was not a problem originally but over time we have seen new features:

  • larger page sizes (up to 16 kB against 2 kB or 4 kB previously, dependent on operating system).

  • compression option.

This is coupled with the problem of the system limit of 16,777,215 pages per table or table partition which is documented in the following RFEs:

To increase the maximum size of a table or also to increase system efficiency large page sizes can be used, however for many narrow tables the benefit is taken away by being unable to fill a page.

The Informix compression option is superb and achieves amazing size reductions but the benefits are often only fully realised for indices where the rows per page limit does not exist. For tables small page sizes must be used for the majority of tables on our system to avoid hitting this limit.

Overall I think the negative consequences of this are:

  • DBA time in working out, dealing with the problem, goes against the idea that Informix has a low support requirement.

  • Unable to benefit from the efficiencies of larger page sizes without wasted space.

  • Wasted space, inefficient use of storage.

Needed by Date Jun 30, 2021
  • Guest
    Reply
    |
    Mar 4, 2022

    All of the infrastructure to increase the maximum rows per page are already built in. There is a # of rows field in the page header and the slot table grows backwards from the trailing checksum field so the only problem seems to be the hard limit in the code when appending a row to a page.