Forgot your password?

typodupeerror

Comment: I/O bottleneck (Score 1, Interesting) 381

by Begemot (#30042800) Attached to: The NoSQL Ecosystem

Let's not forget where the bottleneck is - the I/O. It's expensive but once you build a fast and solid storage system, correctly configure it and partition your data properly over a sufficiently large number of hard drives, RAIDs, LUNs etc., you might be able to use SQL. We run a database of 10TB on MS SQL with hundreds of millions of records with an equal rate of reads and writes and could not be happier.

Programming

Interoperability standards for Web Apps

Submitted by Begemot
Begemot writes "With the rapidly increasing number of hosted web applications, there have been a number efforts to recreate some of the interoperability conveniences of offline operating systems — single sign-on, passing of files between web apps, passing user preferences like language, and organizing files (folders, tags) across different apps.

Previous efforts which address specific aspects have included OpenSocial (for social data) OpenID (for single sign-on) and OpenSAM (for file system access). This week G.ho.st launched a stack of APIs irreverently called GOSPL (standing for G.ho.st web OS PLatform) and an open directory of web apps. For the user GOSPL aims to allow discovery of web apps and allowing all web apps access the user's files while respecting the user's preferences. For the web developer GOSPL provides a WebDAV complaint user file system and direct access to the G.ho.st user base."

The magic of our first love is our ignorance that it can ever end. -- Benjamin Disraeli

Working...