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 Future consideration
Workspace Informix
Components Informix Server
Created by Guest
Created on Nov 2, 2021

Evaluate using io_uring for I/O in Informix Linux Platform

Create some performance tests and evaluate an architecture change in Informix to migrate AIO or Kernel AIO to using kernel io_uring

Maybe it's not possible to use io_uring in Informix and nowadays, performance increase from using IO_DIRECT KAIO to use io_uring could not be a clear benefit.

Some testings similar to database workload, show performance increase of just 5%, but in heavy loaded systems with lots of concurrent threads this can grow to 50%

For sure, everybody in Linux is migrating I/O workloads to io_uring, and there are specific changes in latests kernel versions to increase I/O performance and reduce bottlenecks using io_uring.

Just create an evaluation taskforce and determine if using io_uring in Informix (Linux platform) can get some advantages and become a disruptive performance boost or if it doesn't worth it

Spending some time to evaluate cannot be bad because:

  1. Linux is one of the more extended platforms using Informix

  2. Linux has implemented a new performant method to execute I/O operations in total asynchronous mode called io_uring

  3. As new storage is becoming faster, context switching is getting a bottleneck in I/O operations

  4. io_uring is already available in RHEL 8.4 + kernels and in all other linux with kernel 5.1 or greater

grep io_uring_setup /proc/kallsyms

For people not knowing what io_uring is. You can read some insights at:

https://thenewstack.io/how-io_uring-and-ebpf-will-revolutionize-programming-in-linux/


Also, two good technical documents describing how and why to use io_uring:

https://kernel.dk/io_uring.pdf
https://anarazel.de/talks/2020-05-28-pgcon-aio/2020-05-28-pgcon-aio.pdf
Needed By Not sure -- Just thought it was cool