statement pooling (Angleško)
Noun
A method of caching SQL statements to prepare frequently used statements only once and reuse them multiple times, thus reducing the overall number of times the database server has to parse, plan, and optimize these queries and improve the performance of an application.