is there a way to tell the driver to not use indexes on a query? I found out that the eror "failed to calculate sys(11,date)'s length" happens when 'sys(11, date)' is encountered in idx file. I could avoid the error if I could it to not use the index.
|
connection property:
loadIndices=false
loadIndices: Indicates whether load automatically and update index files. Deafult value: true
|