DISCLAIMER: I'm new to Grok.
I've been thinking about writing a business application (like accounting/sales/payroll) with Grok and ZODB.
As you know, a business application
- does a lot of INSERT.
- does a lot of SELECT on usually large sets of data.
- runs ad-hoc queries (a.k.a reports) on the data.
Now I was wondering if these requirements can be satisfied with ZODB. I'm sure (1) is a piece of cake but I have absolutely no idea about (2) and (3).
What do you folks, experienced with ZODB (and Grok), think about this? I'd really appreciate any hint/idea.
TIA,