Subject RE: [ib-support] External Table Performance
Author Leyne, Sean
> I am thinking of using them for user data in a lookup database.

Don't do it!

First, the tables, once openned, are locked by the engine for writes.
The engine is allowed to write to external files.

Second, the external data may be cached by the engine, so any updates
might not get noticed.

Third, it's just a bad idea.


Sean