Subject | Re: [firebird-support] Memory tune-up on Firebird 1.5 Embedded |
---|---|
Author | ian |
Post date | 2007-01-09T10:50:02Z |
Nando Dessena wrote:
is the size of the table has never made any sense. That is not a good
"desktop" design. We do not know how many records are involved here, but
it looks like a large number.
Lowering the number of page
data cached in both the application and server. If memory usage is an
issue, then so is the design.
ian
>Yes it is, but loading a million records into memory just because that
>
> HB> ROFL !!
>
> S> That's the desktop database approach
>
> folks, it *is* a desktop application.
is the size of the table has never made any sense. That is not a good
"desktop" design. We do not know how many records are involved here, but
it looks like a large number.
Lowering the number of page
> buffers to the minimum allowed makes sense to me in this situation,There is a double hit on the memory with the embedded server, with the
> since the data is going to be cached by the application anyway.
data cached in both the application and server. If memory usage is an
issue, then so is the design.
>regards
> I assume there are good reasons for this design; otherwise, the
> classic guidelines apply.
>
ian