The SQL used is precompiled at the same level as the stored procedure. Whenever an SQL query is generated, the compiler compiles the request and processes. Next time you give the query, the data compiled the previous time is used. It is not compiled all over again. This ensures that throughput at the server level is reduced by 30% - 60 %. It also increases the scalability of zeroCode-generated code with normal advancements in the database technology.