I'm using django haystack + whoosh as search backend.
When i run index update it simple creating new index file with same size and index grow very fast (let's say my content changing fast and i want to keep index fresh and updating it every 5-10 mins).
So is that behavior desirable? Can i reduce index size? Maybe whoosh can not stupidly make new full index file but use some deltas to keep index smaller?