The invention discloses a
data query caching method, device and equipment and a storage medium, and is applied to the field of
big data, and the method comprises the following steps: obtaining a query request, and analyzing the query request to obtain a query condition; judging whether a matched query
record matched with the query condition exists in the cache
library, and if yes, directly returning the matched query
record as a query result; otherwise, executing the query task based on the query condition to obtain a query result, and updating the cache
library according to the query condition and the query result. By analyzing the query condition, the intention of the user can be more accurately understood, and a foundation is laid for cache matching and query execution. When the cache
library is hit, the result can be quickly returned without repeated calculation, so that the
waiting time of the user is shortened, the query efficiency is improved, and the calculation
resource consumption is reduced. When the query result is not hit, the query task is executed to obtain the query result, and the new result is stored in the cache library, so that cache support is provided for subsequent same query, effective cache data is accumulated step by step, and the query efficiency is continuously optimized.