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 Not under consideration
Workspace Db2 for z/OS
Created by Guest
Created on Mar 6, 2018

New DB2z "LOCKMAXCANCEL" tablespace characteristic - cancel thread when N locks have been reached

Suggest a new parameter for the TABLESPACE definition (perhaps named "LOCKMAXCANCEL").

LOCKMAXCANCEL

This would allow you to specific a number that represent the maximum number of locks that can be acquired for the tablespace at which point the thread would be cancelled (i.e. resource unavailable).

Needed by Date Dec 25, 2021
  • Admin
    Janet Figone
    Reply
    |
    Dec 18, 2020

    Thank you for your suggestion. While the requirement is for object level maximum locks held per thread, Db2 has delivered the similar capability but application level control in FL507. This is done through using built-in global variable, SYSIBMADM.MAX_LOCKS_PER_USER. Please review if this feature can be alternate solution for your requirement.

  • Guest
    Reply
    |
    May 28, 2020

    NUMLKUS is usually coded at a very high level and counts the total number of lock for the thread. I would like a parameter at a lower level - TABLESPACE - that behaves differently than LOCKMAX. Presently, lock escalation is the only effect of LOCKMAX. After that, you are depending upon NUMLKUS, which might be too high for your purposes.

    This new parameter would be at the TABLESPACE level, and would specify a number of locks acquired at which point the thread would be cancelled - no lock escalation.

  • Admin
    Janet Figone
    Reply
    |
    Jan 29, 2020

    Could you please add more information - why the current NUMLKUS does not work for you. Today, we have NUMLKUS zparm to specify the max locks held per thread. Exceeding the value will receive resource unavail (SQLCODE -904 and message DSNT500I or DSNT501I are issued. ). thanks.