- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 258字
- 2021-07-02 13:11:44
NoSQL capabilities
PostgreSQL is more than a relational database and a SQL language. PostgreSQL is now home to different NoSQL data types. The power of PostgreSQL and schema less data stores enables developers to build reliable and flexible applications in an agile way.
PostgreSQL supports the JavaScript Simple Object Notation (JSON) data type, which is often used to share data across different systems in modern RESTful web applications. In PostgreSQL release 9.4, PostgreSQL introduced another structured binary format to save JSON documents instead of using the JSON format in prior versions. The new data type is called JSONB. This data type eliminates the need to parse a JSON document before it's committed to the database. In other words, PostgreSQL can ingest a JSON document at a speed comparable with document databases, while still maintaining compliance with ACID. In PostgreSQL version 9.5, several functions are added to make handling JSON documents much easier. In version 10, full text search is supported for JSON and JSONB documents.
Key/value pairs are also supported by the PostgreSQL hstore extension. hstore is used to store semi-structured data, and it can be used in several scenarios to decrease the number of attributes that are rarely used and often contain null values.
Finally, PostgreSQL supports the Extensible Markup Language (XML) data type. XML is very flexible and is often used to define document formats. XML is used in RSS, Atom, SOAP, and XHTML. PostgreSQL supports several XML functions to generate and create XML documents. Also, it supports XPath to find information in an XML document.
- LabVIEW Graphical Programming Cookbook
- C語言程序設計案例教程(第2版)
- 數據結構和算法基礎(Java語言實現)
- Unity 2020 Mobile Game Development
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Mastering Predictive Analytics with Python
- JavaScript動態網頁開發詳解
- PySide GUI Application Development(Second Edition)
- Teaching with Google Classroom
- Access 2010中文版項目教程
- Spring 5 Design Patterns
- WebStorm Essentials
- IBM RUP參考與認證指南
- 基于MATLAB的控制系統仿真及應用