Which type of NoSQL database is best suited for hierarchical data with dynamic schemas?

  • Column-family database
  • Document-oriented database
  • Graph database
  • Key-value store database
A document-oriented database is best suited for hierarchical data with dynamic schemas. It allows storing complex, nested data structures in a document format (e.g., JSON or XML), making it flexible for evolving data requirements.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *