"David R." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks for the response and suggestions! How big can I make a record before > I see a significant performance hit while opening, editing and writing that > a "super" record back to the palm?
If the 24K records are a read only database, then stuff as many as you can into each "super" record. (Hey.. I like that term) If it's a read/write database, you'll have to decide the best trade-off based on statistical analysis of usage patterns. It may be a good idea to abstract the "super" record code to the point where you can just change a #define or similar to change the real:super ratio. This will allow for the easiest performance tweaking / testing. Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
