HOME   Cart(0)   Quotation   About-Us Policy PDFs Standard-List
www.ChineseStandard.net Database: 189760 (18 Oct 2025)

GB/T 45346-2025 English PDF

US$359.00 ยท In stock
Delivery: <= 4 days. True-PDF full-copy in English will be manually translated and delivered via email.
GB/T 45346-2025: Information technology - Technical requirements for graph database management system
Status: Valid
Standard IDContents [version]USDSTEP2[PDF] delivered inStandard Title (Description)StatusPDF
GB/T 45346-2025English359 Add to Cart 4 days [Need to translate] Information technology - Technical requirements for graph database management system Valid GB/T 45346-2025

PDF similar to GB/T 45346-2025


Standard similar to GB/T 45346-2025

GB/T 42442.1   GB/T 42408   GB/T 42451   GB/T 17554.1   GB/T 45347   

Basic data

Standard ID GB/T 45346-2025 (GB/T45346-2025)
Description (Translated English) Information technology - Technical requirements for graph database management system
Sector / Industry National Standard (Recommended)
Classification of Chinese Standard L70
Classification of International Standard 35.240.01
Word Count Estimation 18,120
Date of Issue 2025-02-28
Date of Implementation 2025-09-01
Issuing agency(ies) State Administration for Market Regulation, China National Standardization Administration

GB/T 45346-2025: Information technology - Technical requirements for graph database management system


---This is a DRAFT version for illustration, not a final translation. Full copy of true-PDF in English version (including equations, symbols, images, flow-chart, tables, and figures etc.) will be manually/carefully translated upon your order.
Information technology - Technical requirements for graph database management system Information technology - Technical requirements for database management systems Information technology-Technical requirements for graph database Management system ICS 35.240.01 CCS L 70 National Standard of the People's Republic of China Released on 2025-02-28 2025-09-01 Implementation State Administration for Market Regulation The National Standardization Administration issued

Table of Contents

Preface ... 1 Scope ... 2 Normative referenced documents ... 3 Terms and Definitions ... 4 Abbreviations ... 5 Reference Architecture ... 6 Storage Layer Function Requirements ... Zhu Song, Huang Ming, Gao Kunlun, Deng Mingsen, Sun Fukang, Lin Heng, Qi Shipeng, Hong Chuntao, Peng Jin, Wang Qiang, Liu Kuan, Zhou Yan, Li Huan, Yang Bo, Kou Depeng, Wei Jian, Qin Zhaoyang, Liu Yihua, Park Shenghong, Gao Yang, Pang Yue, Wu Wei, Zhang Jintao, Hu Jianchao, Liu Chuantao, Zhou Qingyong, Zhang Yong, Li Jia, Li Sidi, Chen Tao, Liu Zijun, Li Yuesen, Yu Qian, Xu Qi, Ding Minjie, Wu Tao, Wang Yan, Zhou Ming, Zhao Baohua, Liu Siyan, and Yu Xi. Information technology - Technical requirements for database management systems

1 Scope

This document defines the reference architecture of the graph database management system (hereinafter referred to as the "graph database system") and specifies the storage, computing, interfaces, tools, and operation and maintenance management requirements. This document is applicable to the design, development, testing, and evaluation of graph database systems.

2 Normative references

The contents of the following documents constitute the essential clauses of this document through normative references in this document. For referenced documents without a date, only the version corresponding to that date applies to this document; for referenced documents without a date, the latest version (including all amendments) applies. in this document. GB/T 1988 Information technology - seven-bit coded character set for information interchange GB 18030 Information Technology Chinese Coded Character Set GB/T 35273-2020 Information security technology Personal information security specification

3 Terms and definitions

The following terms and definitions apply to this document. 3.1 Graph A data structure that describes entities and their relationships using vertices and edges. 3.2 graph database A non-relational database that uses a graph data model to store entities and their relationship information. Note 1.The data model of a graph database consists of vertices and edges (i.e., relationships between vertices). Note 2.Graph databases support functions such as graph query, graph traversal, and graph analysis, and are suitable for exploring and discovering complex relationships. [Source. GB/T 37722-2019, 3.1, modified] 3.3 Graph Database Management System A system for defining, building, manipulating, controlling, managing, and using graph databases. 3.4 graph schema A framework for defining the types and relationships of vertices, edges, and their properties in a graph database, which provides support for graph data structures, types, and constraints. Comprehensive description to ensure the consistency and completeness of graph data. 3.5 Graph computing An abstract representation of the graph structure of data and computational techniques based on this data structure.