What are some standard databases used for websites?
December 17, 2010 7:17 AM Subscribe
What are some standard ways for a website to interact with a large database? I'm looking for suggestions of tools or programming languages.
I'm writing a specification for a small job in a university and don't know the exact terms to use. The job will require someone to make a few large databases that can be queried by a website. The website is quite basic and uses html and javascript.
I was thinking of writing something like this:
"Looking for a student to work on developing several large databases that will be used to visualize data on a webpage. Experience with Xdatabase, Ydatabase or similar, and their interaction with javascript is preferred."
What would Xdatabase or Ydatabase be? It is all numeric data, and probably will be a few hundred thousand entries. The data is currently in ascii file format (similar to an image, or huge matrix). I don't know if creating something like this is feasible or crazy as I don't have much experience in this field.
thanks hivemind!
posted by a womble is an active kind of sloth to computers & internet (14 answers total) 2 users marked this as a favorite
but honestly, with just a few hundred thousand records, simply querying the flatfile will keep things simple and should be plenty adequate performance wise assuming the programmer knows their game.
posted by H. Roark at 7:20 AM on December 17, 2010