[Zope-CMF] Are there scaling issues with the Catalog?
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Sun, 25 Aug 2002 20:48:52 +0200
    
    
  
J C Lawrence writes:
 > On Sun, 25 Aug 2002 08:58:55 +0200 
 > Dieter Maurer <dieter@handshake.de> wrote:
 > > J C Lawrence writes:
 > 
 > >> How well does the Catalog scale?
 >  
 > >> I'm looking to inject/index ~200,000 documents of average size 2K to
 > >> start out, with an average growth rate of around 1,500 new documents
 > >> each month.
 > 
 > > I would not go this route:
 > 
 > Okay, what would you do?
Look for an alternative...
Valid alternatives depend on what "documents" are, what type
of searches you need and how much time/money you are ready to spend:
  *  put them in a MySQL database and try its (new) full text support
  *  use "ExtFile" and an external search engine (e.g. HTdict)
  *  use Oracle and its full text support
  *  ....
Dieter