Modelling and Design - Alter table AND complex types #124
dario-vega
started this conversation in
Show and tell
Replies: 1 comment
-
If using Terraform, you will use the final
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🧑💻 Schema flexibility in Oracle NoSQL Database mostly takes the form of non-scalar data types. These non-scalar data types can be used to embed flexible structures inside your tables (JSON, Records, Arrays). If 100's of million records is a requirement for you then you'll most likely want to trade off flexibility for storage efficiency and consider using a fixed schema.
Here is an example to evolve your schema if you have decided to use fixed schema instead of purely JSON document style.
learn more about NoSQL Modelling and Design
Beta Was this translation helpful? Give feedback.
All reactions