|
|
|
|
Browse by Tags
All Tags » Best Practices » Testing » Performance tuning (RSS)
-
Lookup tables are widely used in database applications for good reasons. Usually, a lookup table has a small number of rows and looking it up with a join is fast, especially when the table is already cached.
Recently, I needed to update every row in many relatively large tables, each of which was identically structured, had ~25 million ...
|
|
|
|
|