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?
JSON
Replication
Functions
HSTORE
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 functionality does PostgreSQL use to store non-hierarchical data? 1 pointJSONReplicationFunctionsHSTORE
Question 5Which storage solutions support dynamic scaling on storage? (Select all that apply)1 pointObjectStorageNoSQLSQL/Relational Databases
Which storage solution is a petabyte scale, NoSQL database?BigtableFirestoreCloud SQLCloud Spanner
Which database uses a predefined schema to determine the structure of data?Review LaterSQL databaseNoSQL databaseRelational databaseDocument-oriented database
What is the most used database type in computing?1 pointNoSQL DatabaseFlat File DatabaseRelational Database
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.