openfoodfacts / openfoodfacts-query

This extracts key product data from MongoDB into a Postgres database to speed up OFF
GNU Affero General Public License v3.0
1 stars 0 forks source link

feat: Change ids to integer to use less space #51

Closed john-gom closed 2 months ago

john-gom commented 3 months ago

What

Changing the product ids from UUIDs to integer (allocated from a sequence)

Part of

alexgarel commented 3 months ago

Thanks @john-gom