Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EFLS-data for csv,leveldb and client2multiserverbucket #25

Closed
universe-hcy opened this issue Mar 24, 2022 · 0 comments
Closed

EFLS-data for csv,leveldb and client2multiserverbucket #25

universe-hcy opened this issue Mar 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@universe-hcy
Copy link
Collaborator

EFLS data supports reading and writing CSV files by setting the parameter "--inputfile_type='csv'". the first line of the CSV file is read as the header, which is used to determine the hash_col_name column and sort_col_name column.
EFLS data supports leveldb as the data storage structure by setting the parameter "--sample_store_type='leveldb', --db_root_path='/XXX'".
EFLS data supports the intersection between a single bucket of the client and multiple buckets of the server. The single bucket of the client will be further split, and then the intersection with the corresponding bucket of the server one by one. You can use it by setting parameters "--client2multiserver=2".

EFLS-data 支持csv文件读写,通过设置参数--inputfile_type='csv'使用, csv文件的第一行将被读取作为表头,用于确定求交使用的hash_col_name和sort_col_name是哪一列。
EFLS-data 支持leveldb作为数据存储结构,通过设置参数--sample_store_type='leveldb', --db_root_path='/XXX'使用。
EFLS-data 支持客户端单个桶与服务端多个桶进行求交,客户端单个桶内将进一步进行拆分,随后逐个与服务端对应桶进行求交。可以通过设置参数--client2multiserver=2使用。

@universe-hcy universe-hcy added the enhancement New feature or request label Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant