J
Jesper F
I'm creating links to large textfiles (100-200mb) in my database and using
the linked files as "tables".
I'm doing this to avoid importing the large files and increasing risk of
corruption.
However, searches are very slow in this linked datasource, which is expected
since there are no indexes on such a file. But is there any way, that I
speed up the searches in these files/tables?
I'm searching on single columns that the user chooses but it's still pretty
slow.
Can I create my own index somewhere in any way that can help with the
search?
Thanks for any ideas.
Jesper
the linked files as "tables".
I'm doing this to avoid importing the large files and increasing risk of
corruption.
However, searches are very slow in this linked datasource, which is expected
since there are no indexes on such a file. But is there any way, that I
speed up the searches in these files/tables?
I'm searching on single columns that the user chooses but it's still pretty
slow.
Can I create my own index somewhere in any way that can help with the
search?
Thanks for any ideas.
Jesper