Home / Vulnerability Database / Kotlin : Castor query mode undefined
Kotlin

Kotlin : Castor query mode undefined

Overview

A Castor query in default mode is used. It can have negative performance implications.

Castor is an open source data binding framework for Java.

By default Castor queries are executed in the Database.SHARED mode, which enables reading and writing. Using a Castor query in this mode may badly affect the performance of the application. If only reading is needed, use the Database.READONLY query mode. Queries in the Database.READONLY mode run about 7 times faster than queries in default mode.

LOW

DerScanner Severity Score

Do you want to fix Kotlin : Castor query mode undefined in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block