Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime settings: json vs multi column #32

Open
apstanisic opened this issue Feb 16, 2023 · 0 comments
Open

Runtime settings: json vs multi column #32

apstanisic opened this issue Feb 16, 2023 · 0 comments
Labels
api Relevant to API priority-low Low priority

Comments

@apstanisic
Copy link
Owner

apstanisic commented Feb 16, 2023

JSON:

  • easier to read, there is no orphan data (data that is not used anywhere
  • easier to update
  • no need to flatten data

Multi column:

  • might reduce complexity, since every row is holding single data
  • must update many rows on change. This can be reduced by diffing and only updating changes.
@apstanisic apstanisic transferred this issue from another repository Mar 2, 2023
@apstanisic apstanisic transferred this issue from another repository Mar 2, 2023
@apstanisic apstanisic added priority-low Low priority api Relevant to API labels Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relevant to API priority-low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant