-
Notifications
You must be signed in to change notification settings - Fork 16
Feature Request: ORDER BY pushdown #49
Copy link
Copy link
Open
Description
explain verbose
select * from dm.iot_sqt_agv_count
order by time desc
limit 10
/*
"Limit (cost=871.43..871.46 rows=10 width=72)"
" Output: ""time"", ""agvState"", value"
" -> Sort (cost=871.43..873.57 rows=853 width=72)"
" Output: ""time"", ""agvState"", value"
" Sort Key: iot_sqt_agv_count.""time"" DESC"
" -> Foreign Scan on dm.iot_sqt_agv_count (cost=10.00..853.00 rows=853 width=72)"
" Output: ""time"", ""agvState"", value"
" InfluxDB query: SELECT * FROM ""F3AGV.count"""
*/Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels