You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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使用。
The text was updated successfully, but these errors were encountered: