Git Product home page Git Product logo

sfu-dis / skeena Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 1.0 218.13 MB

Skeena: Efficient and Consistent Cross-Engine Transactions (SIGMOD 2022, ACM SIGMOD Research Highlights Award 2022)

CMake 0.57% C++ 52.94% C 31.71% Shell 0.19% Python 0.30% M4 0.09% Makefile 0.23% TeX 0.02% Batchfile 0.01% Objective-C 0.46% Perl 1.16% CSS 1.26% Starlark 0.02% Lua 0.14% PLpgSQL 1.24% CoffeeScript 0.01% JavaScript 8.82% HTML 0.35% sed 0.01% Roff 0.49%
transaction-processing main-memory-database dbms-engine-architecture cross-engine-transactions mysql ermia innodb

skeena's Issues

Undefined functions or variables in `mysql/storage/ermia/ha_ermia.cc`

Dear authors,

I really appreciate your efforts in the open-source implementation!
I came across some issues in the compilation of mysql/storage/ermia/ha_ermia.cc, after I built ermia, customized the paths in mysql/ermia-contrib/BUILD and run make.

  1. It first said that class "ermia::ConcurrentMasstreeIndex" has no member "GetRecordMultiIt", and a suggested substitute was the GetRecordMulti function in ermia.h. So I changed the rc = idx->GetRecordMultiIt(et->tx, *key, &et->dir_it); at line 800 of ha_ermia.cc to idx->GetRecordMulti(et->tx, rc, *key, &et->dir_it);, and it worked. It appears that the function declaration had changed.

  2. Then at line 232, it reported error of no template named 'ScanIterator' in 'ermia::mbtree<ermia::masstree_params>' ermia::ConcurrentMasstree::ScanIterator<false> *scan_iter = nullptr;. The ConcurrentMasstree is defined as mbtree<masstree_params> in skeena/ermia/masstree/masstree_btree.h. But there is no variable named as ScanIterator in mbtree. Besides, at line 816, it seems that ScanIterator has a member function called session_factory, but it cannot be found, either.

  3. At line 233, it is claimed that ermia::DirIterator dir_it;. But the error output said that namespace "ermia" has no member "DirIterator".

I wonder whether the ermia directory in this repo have some missing files which are not uploaded here. Thanks a lot for your help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.