On Fri, Oct 31, 2008 at 3:27 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > I would like to know if it's very longer to make a limited full import and > multi delta-import to index all the database. > If I fire a full-import without limit 4M in my request that will run me OOM > because I've 8,5M of document. > If I fire a full-import without limit and a batchsize=-1 I will stock the > database just for me, and stack other request for 10hours, but it will > work. >
A full-import should not stack other requests though response time will be more because of the heavy processing. Most users have a dedicated Master instance used only for indexing and many slaves dedicated for serving search requests. Maybe you can try a master-slave architecture. -- Regards, Shalin Shekhar Mangar.