Skip to content

Implementing LeapFrog TrieJoin in Amazon SimpleDB based on the research paper provided

License

Notifications You must be signed in to change notification settings

capak07/simpledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simpledb

Leapfrog Triejoin is recently proposed join algorithm that can perform multiway join more efficiently than traditional join algorithms. It has been shown that Leapfrog Triejoin is a worst-case optimal join algorithm. The goal of the project is to implement Leapfrog Triejoin within SimpleDB.

  • Amazon SimpleDB, is a NoSQL (non-relational) database service provided by Amazon Web Services (AWS). It is designed for developers to store and query structured data in the cloud. SimpleDB is a part of Amazon's cloud computing platform and offers a fully managed, scalable, and highly available database service for applications that require flexible and efficient data storage.

About

Implementing LeapFrog TrieJoin in Amazon SimpleDB based on the research paper provided

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages