On Thu, Jan 27, 2011 at 10:43 AM, Joseph Ottinger <[email protected]> wrote: > I don't know why the requirement for actual separate datastores - but > would a document store be more appropriate?
Well, we're considering the separate datastore requirement. Most clients, if you give them a choice between a shared data store vs. a separate one, would prefer to have their data separate from the others. Likewise, most of those in management cringe at the idea of a shared data store because of the potential to accidentally mix client data. Of course, there are those clients who have contractual obligations to keep data separate. So, we're examining that requirement to see if it really is a requirement. There are certainly ways to segment data within a single data store and control access. So that may be an option. Greg -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
