US 12,079,214 B2
Estimating computational cost for database queries
Shuo Li, Beijing (CN); Xiaobo Wang, Beijing (CN); Sheng Yan Sun, BeiJing (CN); Li Cao, Beijing (CN); and Xin Peng Liu, Beijing (CN)
Assigned to International Business Machines Corporation, Armonk, NY (US)
Filed by International Business Machines Corporation, Armonk, NY (US)
Filed on Mar. 5, 2021, as Appl. No. 17/192,946.
Prior Publication US 2022/0284023 A1, Sep. 8, 2022
Int. Cl. G06F 16/2453 (2019.01); G06F 11/34 (2006.01); G06N 20/00 (2019.01)
CPC G06F 16/24542 (2019.01) [G06F 11/3419 (2013.01); G06F 16/24537 (2019.01); G06N 20/00 (2019.01)] 13 Claims
OG exemplary drawing
 
1. A computer-implemented method comprising:
receiving a query;
generating two or more access plans for the query;
dynamically generating, in response to the generating the two or more access plans and for each of the two or more access plans, a machine learning model based on each access plan, wherein the dynamically generating includes extracting, for each of the two or more access plans, a set of mini plans, the extracting includes dividing each access plan into the set of mini plans, each mini plan has an associated command in the query and each mini plan is associated with at least one mini model;
estimating, by the machine learning model, for each of the two or more access plans, a predicted resource cost to execute the query, wherein each mini plan is associated with a first mini model and a second mini model, wherein the first mini model is configured to estimate a resource cost to perform the associated command, based on a number of qualified rows, and the second mini model is configured to estimate the number of qualified rows for the associated command;
selecting, based on the predicted resource cost, a first access plan associated with a lowest resource cost of the predicted resource costs; and
executing, in response to the selecting, the query according to the first access plan.