此内容没有您所选择的语言版本。

Chapter 3. The Hierarchical Database


3.1. The Hierarchical Database

The hierarchical database is a distributed, hierarchical, transactional, and consistent data store. It provides support for queries, full-text search, events, versioning, references, and flexible and dynamic schemas. Clients use the JSR-283 standard Java API for content repositories (also known as JCR) or the hierarchical database's REST API, and can query content through JDBC and SQL.
You can use the hierarchical database for data that is organized in a tree-like hierarchical structure where related data is stored close together and navigation to related content is frequently required.
The hierarchical database automatically extracts the structured information within the files enabling clients to navigate or use queries to find files satisfying complex, structurally-oriented criteria. You can use the hierarchical database for all kinds of applications, including repositories, content management systems, historical data services, provisioning and governance systems, and metadata management systems.
The hierarchical database supports all JCR 2.0 required features:
  • Repository acquisition
  • Authentication
  • Reading/Navigating
  • Query
  • Export
  • Node type discovery
  • Permissions and capability checking
The hierarchical database supports most of the JCR 2.0 optional features:
  • Writing
  • Import
  • Observation
  • Workspace management
  • Access control management
  • Versioning
  • Locking
  • Node type management
  • Same-name siblings
  • Orderable child nodes
  • Shareable nodes
  • mix:etag, mix:created and mix:lastModified mixins with automatically created properties
The hierarchical database supports the following query languages:
  • The JCR-SQL2 and JCR-JQOM query languages defined in JCR 2.0 (JSR-283)
  • The XPath and JCR-SQL query languages defined in JCR 1.0 (JSR-170)
  • a full-text search-engine-like language
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部