Hello:
I have a time series table,}
t (time column) is indexed).
Is there a better way to use a issue a SINGLE SQL
with an array of time start/end pair
with an array of time start/end pair
so it will be executed once to send back result, which would be much faster
than issuing sql again and again (even with prepared statement and using sql function).
Thanks in Advance