Skip to content
  • Praveenkumar Hulakund's avatar
    564672fb
    WL#6936 - Implementation of server-side statement timeout · 564672fb
    Praveenkumar Hulakund authored
    Server-side time limit for the execution of SELECT 
    statements. After completing specified amount of time, the 
    statement should be aborted without affecting the session
    (connection). This feature will help in interrupting and
    aborting the SELECT statements when their execution time crosses
    specified amount of time limit instead of just waiting for those
    queries to complete.
    
    This work log addresses the bug
    16271666 - IMPLEMENTATION OF SERVER-SIDE STATEMENT TIMEOUT
               SUPPORT
    
    
    Original patch for this WorkLog is Contributed by "Davi Arnaut"
    and it has been developed further. 
    
    Davi Arnaut Contributed original patch while working in Twitter.
    Now he works for LinkedIn.
    564672fb
    WL#6936 - Implementation of server-side statement timeout
    Praveenkumar Hulakund authored
    Server-side time limit for the execution of SELECT 
    statements. After completing specified amount of time, the 
    statement should be aborted without affecting the session
    (connection). This feature will help in interrupting and
    aborting the SELECT statements when their execution time crosses
    specified amount of time limit instead of just waiting for those
    queries to complete.
    
    This work log addresses the bug
    16271666 - IMPLEMENTATION OF SERVER-SIDE STATEMENT TIMEOUT
               SUPPORT
    
    
    Original patch for this WorkLog is Contributed by "Davi Arnaut"
    and it has been developed further. 
    
    Davi Arnaut Contributed original patch while working in Twitter.
    Now he works for LinkedIn.
Loading