It’s not a good idea to disable hard commit because the transaction can grow without limit in RAM.
Also, try some performance tests. I’ve never seen it matter if it’s set to like a minute, both for bulk and NRT. As far as soft commit, you could turn it off and control visibility when adding docs via commitWithin. - Mark http://about.me/markrmiller On Jan 31, 2014, at 12:45 PM, Software Dev <static.void....@gmail.com> wrote: > Is there a way to disable commit/hard-commit at runtime? For example, we > usually have our hard commit and soft-commit set really low but when we do > bulk indexing we would like to disable this to increase performance. If > there isn't a an easy way of doing this would simply pushing a new > solrconfig to solrcloud work?