Archive for the 'Web Services' Category


Mar 07 2008

MS vs. Amazon?!

Posted in Database, Microsoft, Web Services on Friday, March 7, 2008 at 12:18

Computer world has witnessed Microsoft competing against many vendors across the market segments - from packaged softwares like web browser, OS & Office to these days hottest internet business. Now, it is entering into new race with Amazon by launching SSDS [SQL Server Data Service].

SSDS is in line to Amazon’s SimpleDB. Although as of now both services are offered as beta, but Amazon has visible advantage being first in the fray.

IMO, below will decide the WINNER -

  • Availability of Service
  • Data Security & Manageability
  • Performance
  • Data Access Model

I’m still wondering why DB giant - Oracle is keeping the distance? I think IBM too can join this race anytime! Please excuse me if I have missed their announcements. ;)

Surely, couple of next quarters would be very interesting to watch in these space.

No responses yet

Feb 28 2008

Database in new Avatar

Posted in Database, Web Services on Thursday, February 28, 2008 at 15:20

SaaS - Software as a Service. If you have anything to do with information technology, you must have heard this buzzword. Industry leaders are talking about it for a while and there are some success stories as well.

I heard about it for the first time when I was with Oracle, way back in 2004-05. They have coined Oracle On Demand. Wherein, Oracle used to host & manage database instances for their customers. But it wasn’t ideal implementation of SaaS as customers need to shell out license cost for instances irrespective of its hosting environment and usage.

But, Amazon has given new paradigm to it with its SimpleDB. It’s a web service for executing queries on structured data stored in Amazon hosted environment. What amuse me is not executing query by invoking web service, but innovation they brought in for storage structure. The data will be stored in domains, like excel spread-sheets. This will yield more flexibility as you need not pre-define all data points. You can easily add new attributes as and when it is required. The newly added attributes will be automatically indexed in real time.

You can read more on it and host of related services at AWS

One response so far