On Wed, Apr 04, 2012 at 11:27:41AM +1000, Webdude scratched on the wall:

> But if data was added exactly in the same way/order shouldn't the 
> counters all count to the same end result if the process was
> repeated at a later time on a another machine?

  In theory, yes, but that's a very thin line to walk.  For example,
  inserting records individually vs inserting the exact same records,
  in the exact same order, but doing it in batches, will result in
  different counters.  All the data inserts will have to be the EXACT
  same way.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to