Re: Synchronization routine
- From: Ertugrul Soeylemez <never@xxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 04:37:43 +0100
"Joris Dobbelsteen" <joris.dobbelsteen@xxxxxxxx> (Sun, 30 Oct 2005 21:30:48 +0100):
> Basically I have two lists, one on my firewall and one in a database. The
> list on the firewall must become the same as the list in the database. The
> current sizes are over 1 million entries and I expect to see 2 million rows
> in the future.
Taking into account that you have an old machine, you might be very low
on memory, so this isn't practical. For about one million entries, the
memory consumtion is the same as the size of the individual entries, in
MB! If every entry is 128 bytes in size, then a million entries will
consume roughly 128 MB. And the data size is well under-estimated. You
should consider this.
Regards.
-----
Public key "Ertugrul Soeylemez <never@xxxxxxxxxxxxxx>" (id: CE402012)
Fingerprint: 0F12 0912 DFC8 2FC5 E2B8 A23E 6BAC 998E CE40 2012
HKP: hkp://subkeys.pgp.net/
LDAP: ldap://keyserver.pgp.com/
HTTP: http://www.keyserver.de/
Attachment:pgp23opnzDKPp.pgp
Description: PGP signature
- Follow-Ups:
- Re: Synchronization routine
- From: Joris Dobbelsteen
- Re: Synchronization routine
- References:
- Synchronization routine
- From: Joris Dobbelsteen
- Synchronization routine
- Prev by Date: Re: Java or C++?
- Next by Date: Re: What is a "null loop" in the programming language context?
- Previous by thread: Re: Synchronization routine
- Next by thread: Re: Synchronization routine
- Index(es):
Relevant Pages
|