Version : 0.0.1 (24 May 2024) Author : K4-Security.Co.,Ltd (SujinLee)

Index


  1. Abstract
  1. Target System(s)
  2. DID Format
  3. CRUD Operations
  4. Security & Privacy Considerations Appendix A : Our Solution (LING)

1. Abstract


As characteristic of blockchain, it is natural for data to gradually accumulate. However, if too many blocks are stacked, query performance for particular block is degraded. This is called “Blockchaun Bloat(State Bloat)”, which is not a distant future problem.

We developed LING to solve the problems of data processing speed and scalability considering large-scale blockchain. LING is a high-performance K-V(Key-Value) database system that guarantees uniform performance of large-scale blockchain data.

This document describes the specification of LING DID Method. And this is a draft document and will be updated.

2. Target System(s)


(1) Decentralized environment

Suitable for Decentralized environments.

(2) Cloud environment

Suitable for applications that process large amounts of data and provide real-time services in a cloud environment.