• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MongoDB to retrieve word files?

 
Ranch Hand
Posts: 35
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I need to store and retrieve Word files and display them as clickable urls in a web page. I am currently using Java to retrieve files directly from the file system(Java generates the file system path of the file and presents it as a url). Should I be using a NoSQL alternative like MongoDb for an increase in performance (I read that they are useful for storing and retrieving files)? If yes, then which database solutions(for e.g. MongoDB) would be good according to my requirements?

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic