473,382 Members | 1,441 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,382 software developers and data experts.

DB2 capabilities

I'm composing a comparison table of database capabilities of several
different products. I've been reading the DB2 for AS/400 documentation
(dated year 2000) and have gathered many of the information I needed
(of course this is for an old version of DB2). could someone confirm
or complete the points below, specifically in relation to the current
releases of the product.

* DB2 cannot index binary data (BLOB/CLOB).

* ALTER TABLE can't rename column name/index name/constraint name.

* DB2 doesn't support functional index (index on expression/function).

* Maximum number of indexes per table?

* SEQUENCE (as in PostgreSQL) is not supported, but anyway SEQUENCE
can be implemented using a 'counter table'.

* Regexp is not recognized, only standard SQL LIKE pattern.

* Maximum number of schemas per database?

* There is no built-in BOOLEAN data type, but one can use SMALLINT or
CHAR(1) + CHECK constraint.

* Does DB2 use a generational/MVCC/record-versioning architecture, to
allow writers to not block readers and vice versa?

* Several user-defined functions can be created with the same name but
with different signatures (argument type). For example,
REVERSE(varchar) and REVERSE(blob).

* Does DB2 have/use WAL (write-ahead logs)?

* Maximum size of BLOB/CLOB is still around 15MB.

* Maximum length of identifier for column names is still 28
characters.

* Does DB2 support nested transaction/savepoint?
Nov 12 '05 #1
4 2162
So you need the information on DB2 for iSeries?
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #2
Pascal Damian wrote:
I'm composing a comparison table of database capabilities of several
different products. I've been reading the DB2 for AS/400 documentation
(dated year 2000) and have gathered many of the information I needed
(of course this is for an old version of DB2). could someone confirm
or complete the points below, specifically in relation to the current
releases of the product.

<snip>

See current iSeries documentation. It is all online:
http://publib.boulder.ibm.com/iserie...2924/index.htm

For example:
Appendix A in the SQL Reference manual has limits.
http://publib.boulder.ibm.com/iserie...bafzmst165.htm

The What's New section has some brief descriptions, eg savepoints:
http://publib.boulder.ibm.com/iserie...stwhatsnew.htm

--
Karl Hanson
Nov 12 '05 #3
Karl Hanson <kc******@youess.ibm.com> wrote in message news:<c0***********@news.rchland.ibm.com>...
See current iSeries documentation. It is all online:
http://publib.boulder.ibm.com/iserie...2924/index.htm


Thanks, this is the reference I needed. The IBM site is so vast I had
difficulty the last time finding DB2-related documentations.
Nov 12 '05 #4
In article <6b**************************@posting.google.com >, Pascal
Damian (pa**********@icqmail.com) says...
Karl Hanson <kc******@youess.ibm.com> wrote in message news:<c0***********@news.rchland.ibm.com>...
See current iSeries documentation. It is all online:
http://publib.boulder.ibm.com/iserie...2924/index.htm


Thanks, this is the reference I needed. The IBM site is so vast I had
difficulty the last time finding DB2-related documentations.


It shouldn't be that difficult. If I want to find some product docs I
usually go to www.software.ibm.com, click on the link at the left
'All software products', click on the wanted product and click on the
Library link at the left. This works with a lot of products.
Nov 12 '05 #5

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

Similar topics

7
by: Nuno Paquete | last post by:
Hi group. Does Apache fro windows allows to run PHP scripts? If no, where can I find one? Regards, Nuno Paquete
1
by: Guenther Schmidt | last post by:
Hi, does anyone know a good PHP IDE with refactoring capabilities? Refactoring meaning things like moving methods around from a subclass into the superclass, renaming methods and local...
30
by: Sean R. Lynch | last post by:
I've been playing around with Zope's RestrictedPython, and I think I'm on the way to making the modifications necessary to create a capabilities-based restricted execution system. The idea is to...
6
by: Almad | last post by:
Hello, I'm going to write a custom CMS. I'd like to use some odbms, as code is then much more cleaner...however, i'm a little bit scared about capabilities of ZoDB, when compared with f. e....
5
by: Hraklhs | last post by:
I run Win2k and IIS 5.0. Some capabilities (new to ASP 3?) like Server.Execute, Server.Transfer, ASPError Object and ObjectContext Object are not available. Why is that?
2
by: Pascal Damian | last post by:
I'm composing a comparison table of database capabilities of several different products. I've read the Transact-SQL reference and have gathered most of the information needed for SQL Server 2000...
4
by: pantagruel | last post by:
I was wondering if anyone has enough familiarity with the ActiveX scripting implementation of javascript to answer if it would be possible to define a new language for the engine, and for the...
1
by: vaughn | last post by:
I would like to be able able to implement some Access capabilities into my C# project. Is that possible? One of the capabilities I would need in my project is the Import Text Wizard so I can...
40
by: =?iso-8859-1?B?QW5kcuk=?= | last post by:
I'm really annoyed at Python - and not for the reasons already mentioned on this list. Everyone know that programming is supposed to be a dark art, nearly impossible to learn. Computer code is...
4
by: =?Utf-8?B?TmFkYXYgUG9wcGxld2VsbA==?= | last post by:
Hi everybody, I've got an ASP.NET 1.1 application and I need to add to it new Browser Capabilities information for 3 new cellular phones. I used to use...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.