Skip to content

parety/sthd_indexing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sthd_indexing

High-Dimensional Spatio-Temporal Indexing

Structure

  • STPA working name is RTPTree
  • Index source code under indices/src
  • Evaluation program source code under evaluation/src
  • Evaluation schemata under evalution/schemata
  • Configuration xml-Files under evaluatio/evalXMLs
  • Evaluation results under evaluation/results

Evaluation

Start evalution from directory evaluation with

java -cp "target/evaluation-1.0.jar:../indices/target/indices-1.0.jar:.:.." de.mmenning.db.index.evaluation.EvaluateIndex evalXMLs/memSkewedSetup.xml evalXMLs/sequential/base.xml results/sequential/memSkewed.dat
  • First parameter: the general workload setup
  • Second parameter: the index to be investigated
  • Third paramter: the output file

About

High-Dimensional Spatio-Temporal Indexing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.0%
  • Mathematica 35.0%