in reply to Re: Wisdom sought on migrating from text files to Berkeley DB or SQL
in thread Wisdom sought on migrating from text files to Berkeley DB or SQL
For the record, eToys.com used Berkeley DB for caching data, and imdb.com used to use it extensively. I don't know if they still do.
So, did they use a regular rbdms to store the data, and to construct "answers" to complicated but frequently asked questions, and then they cached those answers in a Berkeley DB to quickly retrieve and display?
I can imagine that even trying to do simple rdbms things like MAX(), MIN(), BETWEEN, and GROUP kinda SQL stuff would be headache-inducing with BDB.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Wisdom sought on migrating from text files to Berkeley DB or SQL
by perrin (Chancellor) on Dec 23, 2004 at 04:55 UTC |