I'm developing a Postgres-backed system, in which many binary files will be stored.
I have at least 2 choices:
- Store them in Postgres.
- Store them as files.
What criteria do I need to consider to make the best possible decision?
I'm developing a Postgres-backed system, in which many binary files will be stored.
I have at least 2 choices:
What criteria do I need to consider to make the best possible decision?
I would consider the following:
© 2022 - 2024 — McMap. All rights reserved.