Re: Distributed Fulltext?

2002-02-12 Thread George M. Ellenburg
Last week on Slashdot there was an article where the CEO of Google mentioned he uses DRAM (solid state disk arrays) rather than hard drives for the indexes and arrays because of the magnitude of difference in speed they provide. There's your 10^6 difference in speed (or part of it). G.

Re: Distributed Fulltext?

2002-02-10 Thread George M. Ellenburg
Last week on Slashdot there was an article where the CEO of Google mentioned he uses DRAM (solid state disk arrays) rather than hard drives for the indexes and arrays because of the magnitude of difference in speed they provide. There's your 10^6 difference in speed (or part of it). G.

select woes

2002-01-30 Thread George M. Ellenburg
Hello. If anyone has a quick moment, I would appreciate some suggestions with regards to the following select statement: SELECT widget_src FROM widgets WHERE items.foo='abc123' and item_details.item_type='I' and items.item_detail_id=foo.item_detail_id; Upon execution, I'm getting ERROR 1109: