Re: [Zope] Big folders

2000-06-21 Thread ethan mindlace fremen
Jimmie Houchin wrote: > My apologies if this covered somewhere. no, but it is talked about: http://www.zope.org/Wikis/zope-dev/ReallyBigFolders ~ethan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross p

Re: [Zope] Big folders

2000-06-18 Thread Kevin Dangoor
- Original Message - From: "Albert Langer" <[EMAIL PROTECTED]> To: "'Jimmie Houchin'" <[EMAIL PROTECTED]>; "'Kevin Dangoor'" <[EMAIL PROTECTED]> Cc: "'Zope Mailing List'" <[EMAIL PROTECTED]> Se

RE: [Zope] Big folders

2000-06-17 Thread Albert Langer
D]]On Behalf Of Jimmie Houchin Sent: Sunday, June 18, 2000 7:12 AM To: Kevin Dangoor Cc: Zope Mailing List Subject: Re: [Zope] Big folders [JH] Thanks, this is great info. I was planning on developing with ZPatterns but haven't downloaded or began yet. I wasn't aware that a Rack co

Re: [Zope] Big folders

2000-06-17 Thread Jimmie Houchin
Thanks, this is great info. I was planning on developing with ZPatterns but haven't downloaded or began yet. I wasn't aware that a Rack could do that. Cool. I don't mind going to a RDBMS if necessary, but if possible I like sticking with Zope/ZODB. Does anyone have an eta on BTrees for ZODB? J

Re: [Zope] Big folders

2000-06-17 Thread Kevin Dangoor
[snip] > My databases will have millions of objects in what would/will be single > table/folders. From what I understand ZODB doesn't currently do big > folders well. > > So I guess my question is, should I continue with the SQL and the RDBMS > or is there a solution that I don't know about or und

Re: [Zope] Big folders

2000-06-17 Thread Shane Hathaway
Jimmie Houchin wrote: > > I've been studying SQL this week because I've been thinking that I'll > probably have to use a RDBMS to develop my site. Ideally and > philosophically I like ZODB. Mountable ZODBs give me much of what I need > with the possible exception of a big folder problems. > > My