Re: Memory Hog
From: Edgar Binder (edgar_at_softyx.com)
Date: 10/10/03
- Next message: Mike Shkolnik: "Re: DBGrid to Excel..."
- Previous message: Gabriel Corneanu: "Obtain field label from access db"
- In reply to: George Christoforakis: "Re: Memory Hog"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Memory Hog"
- Reply: Viatcheslav V. Vassiliev: "Re: Memory Hog"
- Reply: George Christoforakis: "Re: Memory Hog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 10 Oct 2003 10:17:28 +0200
Hi,
George Christoforakis wrote:
> Usually this is normal. I guess that 40Mbs are the large ones, eh?
Yep, that's correct :-)
> The best way to reduce the size is to open the tables on demand, especially if you
> have tables which are rather inactive for a long period of time during use
> of the program. Do you really need all the tables open?
Nope, but I do need to have all the large tables open.
> Also, to change some of the tables which are mainly for display only, to
> queries, will get your memory in order.
Yes, that's a good ideea, will do (thank you).
> Check the properties of the tables. Cache size, loads things on memory...
> but I guess this is while using the table... but I'm not really sure.
I tried a lot of property combinations, none of them reduced my memory usage.
What I didn't succced though ist setting a server cursor, the program complained
of the driver not supporting filtering and so on...
I'm also playing with the idea of splitting the large physical tables in the
database, because sometimes I only need a fraction of their data. Is this a good
ideea (speedwise), or should I stick with queries?
-- Edgar
- Next message: Mike Shkolnik: "Re: DBGrid to Excel..."
- Previous message: Gabriel Corneanu: "Obtain field label from access db"
- In reply to: George Christoforakis: "Re: Memory Hog"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Memory Hog"
- Reply: Viatcheslav V. Vassiliev: "Re: Memory Hog"
- Reply: George Christoforakis: "Re: Memory Hog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|