Re: [orientdb] Creating schema with a lot of indexes is slow

2015-09-23 Thread Andrey Lomakin
HI Valery Sorry for delay but you may use following properties in tests mode : -Dindex.flushAfterCreate=false -Dstorage.makeFullCheckpointAfterCreate=false -Dstorage.makeFullCheckpointAfterOpen=false -Dstorage.makeFullCheckpointAfterClusterCreate=false -Dstorage.wal.syncOnPageFlush=false

[orientdb] Creating schema with a lot of indexes is slow

2015-07-31 Thread valeri . antonov
On every schema change, orient sync it to disk. So, if we have tens of classes with a lot of indexes, creating schema is really slow Yes, it is not a big problem in production, but for debugging (when I just delete db from time to time) it is boring. It would be fine to have ability to switch