Re: [Zope] Design Question

2000-09-18 Thread Maik Roeder
Hi Tim ! Tim Cook wrote: Tim Cook wrote: Anyway I pickled the dictionary and it's just over 1.3MB so I thought I'd use an external method to read the pickled object, pass it the paragraph and test for the correct code(s), then return a list. Is this the most effective way to use

Re: [Zope] Design Question

2000-09-18 Thread Tim Cook
Maik Roeder wrote: I guess the Catalog doesn't support OR searches, which would do what you need. Actually the ZCatalog solution works. But having 15,212 instances of a ZClass in one BTree folder was pretty slow. I ASS-U-MEd that an external python method might provide a better solution?

Re: [Zope] Design Question

2000-09-18 Thread Maik Roeder
Hi Tim ! Tim Cook wrote: I guess the Catalog doesn't support OR searches, which would do what you need. Actually the ZCatalog solution works. But having 15,212 instances of a ZClass in one BTree folder was pretty slow. I ASS-U-MEd that an external python method might provide a better

[Zope] Design Question

2000-09-17 Thread Tim Cook
From a performance standpoint I'd like to know how to best implement this. Speed is important: I have a comma delimited file that I imported into a (Python) dictionary. This may not be the best way to do this though. Maybe just nested lists would be better? The comma delimited file will only