diff --git a/README.md b/README.md index 9474a4d..a08c767 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ This repo has multiple modules for reference. Please refer to the README in each - FinBench Specification: https://github.com/ldbc/ldbc_finbench_docs - FinBench DataGen: https://github.com/ldbc/ldbc_finbench_datagen - FinBench Driver: https://github.com/ldbc/ldbc_finbench_driver -- FinBench Transaction Reference Implementation: https://github.com/ldbc/ldbc_finbench_transaction_impls \ No newline at end of file +- FinBench Transaction Reference Implementation: https://github.com/ldbc/ldbc_finbench_transaction_impls \ No newline at end of file diff --git a/gpstore/README.md b/gpstore/README.md new file mode 100644 index 0000000..2c5ee5f --- /dev/null +++ b/gpstore/README.md @@ -0,0 +1,3 @@ +# README + +This is the implementation on gpStore. \ No newline at end of file diff --git a/misc/experiments.md b/misc/experiments.md new file mode 100644 index 0000000..2e47336 --- /dev/null +++ b/misc/experiments.md @@ -0,0 +1,32 @@ +# README + +This README elaborates how to reproduce the experiments for choke-points analysis. + +Note: These two experiments are conducted in docker. + +Docker image: tugraph/tugraph-compile-centos8:1.3.1 + +# Temporal Locality in Storage + +## Resources + +- Package: + - Baseline: + - Optimized: +- Datasets: + +## Experiment Steps + + + +# Recursive Path Filtering + +## Resources + +- Pull Request: +- Package: + - Baseline: + - Optimized: +- Datasets: + +## Experiment Steps \ No newline at end of file