-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Requirements
Open a table from the user's machine with the following dimensions in BFF on the web.
- 8 million rows
- 40-80 columns
- Up to 255 characters per column
The implementation may require a specific file format (e.g., parquet). If at all possible, we should do it without a database.
If some features are infeasible without a database, they can be disabled. These include:
- Sorting on a column
- Identifying which columns are non-null on the current subset
The following features must be supported:
- Hierarchical group by
- However, the implementation may only support this for columns without too many unique values.
- Filter on multiple columns
Notes
This is related to #68, but this ticket is focused on non-FMS usage. The requirements here are weaker, since replacing AICS FES would require performance and feature-completeness on par with FES.
aswallace