issues
search
man-group
/
ArcticDB
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k
stars
93
forks
source link
EPIC: Further simple query planning
#1881
Open
alexowens90
opened
1 month ago
alexowens90
commented
1 month ago
[ ] Projections always after date_range, row_range, and filters
[ ] date_range before filters
[ ] Combine consecutive filters into 1
[ ] Remove restriction that you can't pass date_range and row_range into read and batch_read
[ ] Support date_range argument to head and tail