Which NoSQL functionality does PostgreSQL use to store non-hierarchical data? 1 pointJSONReplicationFunctionsHSTORE
Question
Which NoSQL functionality does PostgreSQL use to store non-hierarchical data? 1 pointJSONReplicationFunctionsHSTORE
Solution
PostgreSQL uses both JSON and HSTORE to store non-hierarchical data.
-
JSON: PostgreSQL supports JSON (JavaScript Object Notation) which is a lightweight data-interchange format. It is easy for humans to read and write and easy for machines to parse and generate. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages.
-
HSTORE: This is a key-value pair storage system. It is very useful for semi-structured data or data with a flexible schema. It's essentially a hash table that you can store in
Similar Questions
Which NoSQL database type stores each record and its associated data within a single document and also works well with Analytics platforms?1 pointColumn-based Key-value store Graph-basedDocument-based
Which storage solutions support seamless modification of schemas? (Select all that apply)1 pointObjectStorageNoSQLSQL/Relational Databases
Which database model uses only tables to store data?1 pointRelational databasesFlat Files databases NoSQL databases
Question 5Which storage solutions support dynamic scaling on storage? (Select all that apply)1 pointObjectStorageNoSQLSQL/Relational Databases
Which data structure is suitable for modeling hierarchical data, such as a family tree?*1 pointa. Linked Listb. Graphc. Queue
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.