On Dec 6, 10:21 pm, Kelie <[EMAIL PROTECTED]> wrote:
> Hello group,
>
> If I need store and use a couple thousand of people's contact info:
> first name, last name, phone, fax, email, address, etc. I'm thinking
> of using either sqlite or xml. Which one is better? My understanding
> is if there is large amount of data, sqlite would be better as far as
> speed is concerned. But how much data is considered to be "large
> amount"?
>
> Thank you!

I'm personally partial to databases myself and at a thousand records a
database is good idea, or an indexed file.  Depends on what you want
to do with it in the end which should resolve the problem.  Do you
need it to accessed (read & write) by multiple people ? Or would it
just be a single transaction process (ie. just you locally)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to