pq07707 Poor performance of ScaledDecimal. ---------------------------------------------------------------- Affected Platforms: All Affected Features: BaseSmalltalk Prerequisites: None Symptom: The code that puts a ScaledDecimal value into an AbtRecord is extremely slow. It's slow for two reasons, first, it makes heavy use of the LargeInteger divide which is the real culprit in this case and second, the AbtRecord code calls the large int divide twice as much as it has too. Workaround: Open a workspace on pq07717.st and file in the fix.