Skip to content

Feature Request: ORDER BY pushdown #49

@cobolbaby

Description

@cobolbaby
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"""
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions