Re: Create incremental snapshot

2009-07-16 Thread Chris Hostetter
: Thanks for the reply Asif. We have already tried removing the optimization : step. Unfortunately the commit command alone is also causing an identical : behaviour . Is there any thing else that we are missing ? the hardlinking behavior of snapshots is based on the files in the index

Re: Create incremental snapshot

2009-07-12 Thread tushar kapoor
://www.nabble.com/Create-incremental-snapshot-tp23109877p24405434.html Sent from the Solr - User mailing list archive at Nabble.com. -- Asif Rahman Lead Engineer - NewsCred a...@newscred.com http://platform.newscred.com :-(( -- View this message in context: http://www.nabble.com/Create

Re: Create incremental snapshot

2009-07-10 Thread Asif Rahman
Mangar. -- View this message in context: http://www.nabble.com/Create-incremental-snapshot-tp23109877p24405434.html Sent from the Solr - User mailing list archive at Nabble.com. -- Asif Rahman Lead Engineer - NewsCred a...@newscred.com http://platform.newscred.com

Re: Create incremental snapshot

2009-07-09 Thread tushar kapoor
-incremental-snapshot-tp23109877p24405434.html Sent from the Solr - User mailing list archive at Nabble.com.

Create incremental snapshot

2009-04-18 Thread Koushik Mitra
Hi, We want to create snapshot incrementally. What we want is every time the snap shooter script runs, it should not create a snapshot with pre-existing (last snapshot indexes) + delta (newly created indexes), rather just create a snapshot with the delta (newly created indexes). Any

Re: Create incremental snapshot

2009-04-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
the snapshooter does not really copy any files. They ar just hardlinks (does not consume disk space) so even a full copy is not very expensive On Sat, Apr 18, 2009 at 12:06 PM, Koushik Mitra koushik_mi...@infosys.com wrote: Hi, We want to create snapshot incrementally. What we want is every

Re: Create incremental snapshot

2009-04-18 Thread Koushik Mitra
When we run the snapshooter script, it creates a snapshot folder e.g. snapshot.20090418064010 and this snapshot folder contains physical index files which take space on the file system (as shown below). Are we missing anything here? -rw-r- 46 test test 59 Apr 17 23:26 _i.tii

Re: Create incremental snapshot

2009-04-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
yeah ,that is right but those are hardlinks http://linux.about.com/cs/linux101/g/hardlinks.htm On Sat, Apr 18, 2009 at 12:20 PM, Koushik Mitra koushik_mi...@infosys.com wrote: When we run the snapshooter script, it creates a snapshot folder e.g. snapshot.20090418064010 and this snapshot

Re: Create incremental snapshot

2009-04-18 Thread Koushik Mitra
Ok If these are hard links, then where does the index data get stored? Those must be getting stored somewhere in the file system. Regards, Koushik On 18/04/09 12:35 PM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: yeah ,that is right but those are hardlinks

Re: Create incremental snapshot

2009-04-18 Thread Shalin Shekhar Mangar
On Sat, Apr 18, 2009 at 1:06 PM, Koushik Mitra koushik_mi...@infosys.comwrote: Ok If these are hard links, then where does the index data get stored? Those must be getting stored somewhere in the file system. Yes, of course they are stored on disk. The hard links are created from the