Max

Results 4 issues of Max

Hi there, thanks for the great job for this neat project. But I have a question in `lmdb-safe.cc`, line 30 - 31: ```c++ if(mdb_env_set_mapsize(d_env, 16ULL*4096*244140ULL)) // 4GB throw std::runtime_error("setting map...

The existing mechanism supports data import from csv file and memory. But database and hdfs are common data sources. We need to support data import directly from them. Labeling to...

reason=enhancement
version=v2.x

Data import for 1 billion rows of data. Need to improve performance too. Implements in v1.x as there is a requirement from the FATE side, and port to 2.x later....

reason=enhancement
version=v1.x

Eggroll 1.x supports data import from memory only. Users have to deal with their data and import into Eggroll. We should provide users of importing data directly from a file....

reason=enhancement
version=v1.x