Alexey Volkov

Results 10 issues of Alexey Volkov

I have an application that doing large number of inserts during startup. CPU snapshot shows that about 10% of time consumed by creating SQLExcpetions based on missed columns in ResultSet...

waiting for reply

Now if some class in bytecode location is changed all classes will be reloaded and data will be duplicated inside database. Idea is to store only changed data to reduce...

Such as: - [ ] spring boot fat jars - [ ] ear files - [ ] war files

Analog of Shimple in Soot

enhancement

Idea is to check the version of application and prohibit to run on incorrect scheme or application version. Support database migration

### Idea Split classpaths into hierarchy and has an default classpath instance for environment libraries (jvm libraries). That may reduce memory consumption because caches for environment librs may be shared....

enhancement

- find methods where particular field is mutated - find all methods (including transitive) where particular field is mutated

enhancement

Idea is to run jcdb in a separate process and be able to communicate with this instance from another process on a localhost - [ ] remote database interface -...