----- "R.I.Pienaar" <[email protected]> wrote: > I'll give a quick overview of what I want to build so you can > understand the scope of my question. I essentially want to use a > document database to store facts, classes list and some other > information and then make that availble to puppet in a query system.
just as an fyi, using a document db - mongo here - running in a virtual machine on a single AMD 5600+ with 384 ram I am seeing full update times for all facts, classes and list of agents in these kinds of times: Updated data for host nephilim.ml.org with id 4c3f0278241239024c000009 in 0.0240168571472168 seconds query times is also extremely low, so using this kind of approach over stored confs has a lot of good things performance wise and should scale better than mysql+activerecord -- R.I.Pienaar -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
