pixelsdb / pixels

An efficient storage and compute engine for both on-prem and cloud-native data analytics.
GNU Affero General Public License v3.0
136 stars 35 forks source link

[pixels-server] error in execution time statistics #695

Closed gengdy1545 closed 2 months ago

gengdy1545 commented 2 months ago

Previously, we only considered the time elapsed during statement.executeQuery(). This is incorrect, executeQuery() may return before the query execution is complete.

bianhq commented 2 months ago

Done.