To elaborate:
1) I wanted to use the object interface because it handles multi table inserts when my %Persistent object has properties that are also %Persistent.
2) I wanted to prevent indices from being updated on %Save so that my bulk inserts would be faster. I can then defer the building of my indices after my bulk insert is done. I was aware of %NOINDEX but because of point 1) I was hoping to take an oop approach.
- Log in to post comments