Re: Designing archives into your VFP-backend application

Author: mbsoftwaresolutions@mbsoftwaresolutions.com

Posted: 2017-12-29 at 12:21:42

On 2017-12-29 12:18, Gene Wirchenko wrote:

> At 07:47 2017-12-29, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:

>> I've seen long-time softwares with VFP backends that had a ton of data

>> (10+ years worth) and I had devised a method in one case recently to

>> be able to "archive" old data by storing it in a subfolder

>> intelligently (so it could be easily retrieved and/or reimported into

>> the main data set). I haven't used a VFP backend since 2004 when Bob

>> Lee introduced me to the MySQL world but nonetheless I thought I'd ask

>> if devs here ever put anything like an "archiving" feature into their

>> software, and how they do it. In my case, instead of slinging 600MB

>> of data across the network (in the case of one of my clients), my

>> archiving showed a reduction of like 75%, so only 25% of that was

>> being pulled across the LAN instead. (They didn't need all the data

>> from the beginning of the App's time...they just needed

>> relevant/recent data.)

>>

>> I realize that with MySQL and other such RDBMSes this is a non-issue,

>> but I wanted to ask the VFP-backend folks their approach to this for

>> the sake of (hopefully) interesting discussion. One final juicy

>> thread before 2017 is finished. :-)

>

> I added an archive/dearchive to my client billing app years ago.

> The tables that we were concerned about were the work transaction

> table and the invoice table. Archive up to a selected date. It is ad

> hoc.

Hi Gene,

THAT'S what I'm talking about. I'll be this feature really gives your

app twice the shelf-life too since it can basically hold almost up to

TWICE as much as a single maximum with this design!

Nice touch.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/376a4c890410d20b98977532f761a29b@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2017 mbsoftwaresolutions@mbsoftwaresolutions.com