Closed SirError closed 9 months ago
Sorry, but indexes are not supported at the moment
But do you think this might be possible someday?
It's difficult to implement and I've not much time, sorry.
I left this issue open, maybe someone can help with it.
I'm not sure if this one is possible. To be honest I don't understand DBF very well, but my boss used to use them back then, now I need to migrate some data from DBF to Postgresql. Some files are really huge like (>1million rows). I have to filter the data based on the company's code. Today, I would have to iterate through the the whole file like this:
Talking to my boss he said if we could use the index we wouldn't have to iterate through the file, so the process could be much faster.
So as I said before, not sure if this is possible, however it'd be great if we could have something like:
Then the library would use the index to filter only the rows with the condition.
Anyway, just an idea.
Thanks.