When i open my mdb file through the network, it take 30s to load it.
The file is not big (<5Mb) and the network is fast.
I precise that the issue is the same when i use the console tool.
When i open it locally, it take 2s
What could be the issue ?
Thanks
Last edit: Matt 2017-01-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does the .mdb file contain any Linked Tables pointing to tables in some other .mdb file? Also, are you using the (default) memory=true connection option?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When i open my mdb file through the network, it take 30s to load it.
The file is not big (<5Mb) and the network is fast.
I precise that the issue is the same when i use the console tool.
When i open it locally, it take 2s
What could be the issue ?
Thanks
Last edit: Matt 2017-01-07
Does the .mdb file contain any Linked Tables pointing to tables in some other .mdb file? Also, are you using the (default)
memory=true
connection option?