sqlite or xml

Chris cwitts at gmail.com
Thu Dec 6 15:38:21 EST 2007


On Dec 6, 10:21 pm, Kelie <kf9... at gmail.com> 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)



More information about the Python-list mailing list