[plt-scheme] PLT with very large datasets?
I am afraid any sort of relational DB is going to be slow. Earlier I
had tried putting the data into MySQL and using SQL to do basic
statistics such as calculating averages, and it is too slow.
Thanks for the offer though :)
--Yavuz
On Mon, Jun 30, 2008 at 04:29, Geoffrey S. Knauth <geoff at knauth.org> wrote:
> I was using Berkeley DB in a course I took this spring, and thought I'd like
> to create an interface between DrScheme and Berkeley DB. Only I didn't have
> a good use case for doing it. If I'm not mistaken, this could be a good
> reason to create such an interface. Would you find it useful?