473,395 Members | 1,452 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Cloudscape - usage of?

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

Apr 21 '06 #1
6 1498
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
Apr 21 '06 #2
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


Apr 21 '06 #3
On Fri, 21 Apr 2006 18:50:36 +0800, "news.ozemail.com.au"
<pf*******@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.
Apr 21 '06 #4
Roedy Green <my******************************@munged.invalid > wrote:
On Fri, 21 Apr 2006 18:50:36 +0800, "news.ozemail.com.au"
<pf*******@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.
Apr 22 '06 #5
"Roedy Green" <my******************************@munged.invalid > wrote in
message news:v4********************************@4ax.com...
On Fri, 21 Apr 2006 18:50:36 +0800, "news.ozemail.com.au"
<pf*******@ozemail.com.au> wrote, quoted or indirectly quoted someone
who said :
Anyone using Cloudscape in production? Is it a viable platform or are IBMjust 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
Apr 22 '06 #6
AMO
> 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

Apr 22 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Rob | last post by:
I'm a newbie in cloudscape (Java too) and I'm having a problem. I've followed the tutorial that comes with cloudscape to the letter. Everything worked as advertised up untill this program: /* *...
0
by: Bon Bon | last post by:
I am trying to run the Java PetStore Demo using clouldscape. But my default RMI registry port 1099 is taken by some other program. So I am running cloudscape on port 2001. But then the deployment...
0
by: ccc31807 | last post by:
Just wondering since IBM donated Cloudscape to the Apache Foundation .... Does anyone know if Perl can use Cloudscape, and if so, how Cloudscape stacks up against the alternatives? I've used...
2
by: tomvr | last post by:
Hello I have noticed some 'weird' memory usage in a vb.net windows app The situation is as follows I have an app (heavy on images) with 2 forms (actually there are more forms and on starting...
3
by: Ian Taite | last post by:
Hello, I'm exploring why one of my C# .NET apps has "high" memory usage, and whether I can reduce the memory usage. I have an app that wakes up and processes text files into a database...
2
by: Alex Ivascu | last post by:
Hi. I'm new to working with DB2j, but am looking for a reference manual which will give me a list of available/recommended values for the db2j.stream.error.logLeverityLevel parameter. Thanks in...
3
by: IOANNIS MANOLOUDIS | last post by:
Hello I downloaded cloudscape 10.0 from sourceforge. There is also the database derby available for download from the Apache incubator. Is there a difference between these two products? Are there...
10
by: rdemyan via AccessMonster.com | last post by:
My app contains utility meter usage. One of the things we have to deal with is when a usage is clearly incorrect. Perhaps someone wrote the meter reading down incorrectly or made a factor of 10...
3
by: Sirisha | last post by:
I am using the following code to get the CPU usage PerformanceCounter myCounter; myCounter = new PerformanceCounter(); myCounter.CategoryName = "Processor"; myCounter.CounterName = "%...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.