I understand that HEAP [edited from Hash] tables are temporary tables which are held in memory.
If datbases are just used for searching only, and there is no facility for writing, updating, inserting, deleting, then isn't it a good idea to put all tables into HEAP tables and just run queries from those as this would remove disk access bottlenecks?
Good idea or not?
[edited by: Frank_Rizzo at 10:42 pm (utc) on Feb. 8, 2003]
Andreas