Hello,
I have a simple application which reads a text file and processes the data and then closes the connection. The text file is often replaced with different content, but the same file name. It seems that as long as the JVM is running the driver does not see the changes, returning the same records every time.
What should I do to change this behavior?
-Edwin S. Ramirez-
|
delayedClose Indicates the delayed seconds for close transaction. That option is used to avoid frequent close/open table operations for following sqls. Automatic temporary index is disabled when delayedClose<=60s. You can use 0~120 seconds. Default: 3.
You can try delayedClose=0
|