Unix Technical Forum

Cloudscape - usage of?

This is a discussion on Cloudscape - usage of? within the DB2 forums, part of the Database Server Software category; --> Anyone using Cloudscape in production? Is it a viable platform or are IBM just dreaming?...


Go Back   Unix Technical Forum > Database Server Software > DB2

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 07:48 AM
news.ozemail.com.au
 
Posts: n/a
Default Cloudscape - usage of?

Anyone using Cloudscape in production? Is it a viable platform or are IBM
just dreaming?



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 07:48 AM
Serge Rielau
 
Posts: n/a
Default Re: Cloudscape - usage of?

news.ozemail.com.au wrote:
> Anyone using Cloudscape in production? Is it a viable platform or are IBM
> just dreaming?

Derby/Cloudscape is embedded in various IBM products including Websphere
(I think WAS).
Viable begs the question "for what?" It's embedded Java. It does not
really compete with mySQL or postgres or any of the big commercial vendors.
Derby is one step up from e.g. Sybase anywhere (mobile device) and one
step down from e.g. DB2 Express C (full function, optimizer, multi user,
....).

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 07:48 AM
Kiran
 
Posts: n/a
Default Re: Cloudscape - usage of?

Little more of what cloudscape is :
Cloudscape/Derby us used widely

http://wiki.apache.org/db-derby/UsesOfDerby

Find more about derby from
http://db.apache.org/derby/index.html

* Derby has a small footprint -- about 2 megabytes for the base
engine and embedded JDBC driver (include the jar file in your java
application..you have fully functional database engine running inside
your application which need zero admin tasks)
* Derby is based on the Java, JDBC, and SQL standards.
* Derby provides an embedded JDBC driver that lets you embed Derby
in any Java-based solution.
* Derby also supports the more familiar client/server mode with the
Derby Network Client JDBC driver and Derby Network Server.
* Derby is easy to install, deploy, and use.
I have heard Derby handles database sizes more than 50 GB in size with
out much problems.

Some comparison between Open Source datbase performance from
http://wiki.apache.org/apachecon/Us2...eSessionSlides
Derby outperforms MySQL on disk-based databases
----Derby has 100% higher throughput than MySQL
MySQL performs better on small main-memory
databases
----Update-intensive load: Derby has 20-50% lower
throughput
----Read-intensive load: Derby has 50% lower throughput
PostgreSQL performs best on read-only databases, and
has lowest throughput on update-intensive databases

Regards,
Kiran

Serge Rielau wrote:

> news.ozemail.com.au wrote:
> > Anyone using Cloudscape in production? Is it a viable platform or are IBM
> > just dreaming?

> Derby/Cloudscape is embedded in various IBM products including Websphere
> (I think WAS).
> Viable begs the question "for what?" It's embedded Java. It does not
> really compete with mySQL or postgres or any of the big commercial vendors.
> Derby is one step up from e.g. Sybase anywhere (mobile device) and one
> step down from e.g. DB2 Express C (full function, optimizer, multi user,
> ...).
>
> Cheers
> Serge
> --
> Serge Rielau
> DB2 Solutions Development
> IBM Toronto Lab


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 07:49 AM
Roedy Green
 
Posts: n/a
Default Re: Cloudscape - usage of?

On Fri, 21 Apr 2006 18:50:36 +0800, "news.ozemail.com.au"
<pfinnegan@ozemail.com.au> wrote, quoted or indirectly quoted someone
who said :

>Anyone using Cloudscape in production? Is it a viable platform or are IBM
>just dreaming?


It is also available as the open source Derby. That is probably the
more popular version.

see http://mindprod.com/jgloss/sqlvendors.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-27-2008, 07:49 AM
David Segall
 
Posts: n/a
Default Re: Cloudscape - usage of?

Roedy Green <my_email_is_posted_on_my_website@munged.invalid > wrote:

>On Fri, 21 Apr 2006 18:50:36 +0800, "news.ozemail.com.au"
><pfinnegan@ozemail.com.au> wrote, quoted or indirectly quoted someone
>who said :
>
>>Anyone using Cloudscape in production? Is it a viable platform or are IBM
>>just dreaming?

>
>It is also available as the open source Derby. That is probably the
>more popular version.
>
>see http://mindprod.com/jgloss/sqlvendors.html

Small update to your list. Cloudscape is now free and, as far as I can
tell, differs from Derby only in that the manuals have the IBM logo on
the cover and you can buy support for it from IBM. Sun have renamed it
Java DB and also offer paid support.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-27-2008, 07:49 AM
jcsnippets.atspace.com
 
Posts: n/a
Default Re: Cloudscape - usage of?

"Roedy Green" <my_email_is_posted_on_my_website@munged.invalid > wrote in
message news:v4di4299l3umed0juiae63ls7bednsal4a@4ax.com...
> On Fri, 21 Apr 2006 18:50:36 +0800, "news.ozemail.com.au"
> <pfinnegan@ozemail.com.au> wrote, quoted or indirectly quoted someone
> who said :
>
> >Anyone using Cloudscape in production? Is it a viable platform or are

IBM
> >just dreaming?

>
> It is also available as the open source Derby. That is probably the
> more popular version.


Indeed.

During a Java course, several years ago, we have used Cloudscape as a simple
to use, easy to setup database.

I can't vouch for a production environment, but after what I've seen from
Cloudscape then, I'd say it's a pretty good database. Easy to use, it does
the job it's supposed to do etc... For small projects, it would be more than
adequate.

Just as long as you don't expect the speed or amount of handled data an
Oracle database (for example) would give you, you'll do fine.

Best regards,

JC
--
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-27-2008, 07:49 AM
AMO
 
Posts: n/a
Default Re: Cloudscape - usage of?

> I can't vouch for a production environment, but after what I've seen from
> Cloudscape then, I'd say it's a pretty good database. Easy to use, it does
> the job it's supposed to do etc... For small projects, it would be more
> than
> adequate.
> JC


The Cloudscape database is used to power SonicMQ in a production
environment.
http://www.sonicsoftware.com/products/sonicmq/index.ssp


AMO



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:00 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com