This repository was archived by the owner on Nov 29, 2020. It is now read-only.
SUPERMARKET_ARTICLE_SECTIONS
should be stored in parquet
#15
Labels
enhancement
New feature or request
Reading this file as yaml is slower than i thought and delays the api startup by ~5-10 seconds. I believe loading it as parquet should be instant. Parquet is a good format here because it's technically a tabular format with three colums (supermarket_id, article_id, section_id).
The text was updated successfully, but these errors were encountered: