Open sunhailin-Leo opened 3 years ago
There is no support of indexing. If you want to implement it, you will need to create the index externally (but it will then double the memory usage for the columns you want to index).
Then everytime you attempt to insert into the dataframe, you check with your external index.