Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

help

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am retrieving data from two tables in my application and I am using norman database connectivity methods. One of my table is having abt 600 records and the other one might even exceed a lakh. Recently I heard that if XML is used to do DB operations it will be faster. Is this true. What will be the performance difference if i am using XML for my tables with 600 and 1 lakh record.
Please help me

Rgds
SREE
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Recently I heard that if XML is used to do DB operations it will be faster.


That seems very unlikely to me. Probably what you heard had to do with database that were already in XML form. If you have a relational database you will have to use the data retrieval methods it provides. Try the JDBC forum here for performance tips.
Bill
reply
    Bookmark Topic Watch Topic
  • New Topic