You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for things to be done in order to fully integrate Datafusion with Parseable and solve some of the existing query issues.
Better partition pruning and query performance on order by p_timestamp DESC.
Add physical optimizer to remove SortMergeExec on order by queries.
Add physical optimizer to preserve partition order on select * from table as they are already sorted in ascending order. Sort order is now Desc and single partition preserves order for simple select query
Add optimization based on the fact that data is non overlapping on timestamp column
Integrate datafusion::catalog.
The text was updated successfully, but these errors were encountered:
Tracking issue for things to be done in order to fully integrate Datafusion with Parseable and solve some of the existing query issues.
order by p_timestamp DESC
.order by
queries.Add physical optimizer to preserve partition order onSort order is now Desc and single partition preserves order for simple select queryselect * from table
as they are already sorted in ascending order.datafusion::catalog
.The text was updated successfully, but these errors were encountered: