PyTables / datasette-pytables

Datasette connector for dealing with PyTables and pandas/HDF5 files
Apache License 2.0
6 stars 1 forks source link

Efficient queries with only one field #5

Open jsancho-gpl opened 6 years ago

jsancho-gpl commented 6 years ago

Sometimes, queries only have one column in the select statement. In these cases, a selection of methods like Table.read_where and Table.read_sorted should be used in order to get more efficient queries.