Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

baseline implementation

Compare
Choose a tag to compare
@mshuaic mshuaic released this 20 Jun 20:30
· 54 commits to master since this release

Baseline implementation version 0.1

  • Insertion: insert n (n = number of attribute) times copy to blockchain, using attribute as key and entire line as value
  • Range query: query from start time, and increase timestamp by 1 every time till end time. The total number of query needed is (start - end)
  • And operation: query using single attribute and do AND operation locally