[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ulysse::rdb_vms_competition

Title:DEC Rdb against the World
Moderator:HERON::GODFRIND
Created:Fri Jun 12 1987
Last Modified:Thu Feb 23 1995
Last Successful Update:Fri Jun 06 1997
Number of topics:1348
Total number of notes:5438

157.0. "BETA TEST OF V6.0 HERE" by USHS08::SPARKS () Mon Jul 11 1988 22:03

    The customer I support (software support on residence) has just
    been approved as a Beta test sight for Oracle V6.0 with TPX.  While
    I'm not involved in the testing, I have gotten an account on the
    system.  I don't know a whole lot about it, but if any of you have
    any specific questions about what works (Yes you can recover in
    a cluster environment now) and what doesn't let me know.  Also they
    got the new report writer and the SQL*QMX report generator.  I haven't
    used any of these products yet but curiousity will get the best
    of me soon I'm afraid.  My major problem is I don't have access
    to Ralley or any of the other new products to do comparisions. 
    I'm here to support a cluster of and 8700 and a 8250 with about
    40 users using mostly Oracle and some All-in-1.  Needless to say
    I have some time on my hands here.  If I can be of any help to any
    of you sales type persons let me know.  One quick note, I tried
    SQL*QMX which is a copy of IBM's QMF, the first thing I tried was
    to reduce the size of a column smaller than the column name, name
    was RESIDENCE_CODE, the column was 2 characters, I tried to shorten
    it to RES a 3 char column and the query blew up because RES wasn't
    a database column.  I guess you can only reduce column size to field
    name length huh, so far my opinion is it's worthless, worse, it
    hogs the system.
    
    				Glenn <SPARKY> Sparks
    mail USH08::SPARKS
T.RTitleUserPersonal
Name
DateLines
157.1whoops, I can't typeUSHS08::SPARKSMon Jul 11 1988 22:062
    SORRY!! 	My mail location is USHS08 not USH08
    				Sparky
157.2Does it use Ally?BISTRO::KIRKDiamonds on the sole of my keyboardTue Jul 12 1988 10:543
    Do you know if the report writer is based on Ally?
    
    Richard
157.3Not Ally, there ownUSHS08::SPARKSTue Jul 12 1988 19:2125
    I had heard that it was, but after contacting oracle people they
    CLAIM, that although they did by Ally they evaluated it and discarded
    it.  I talked to one of the team members that did the evaluation.
    He said they decided it wouldn't fit into the overall direction
    they were going.  He did beleive it was a good product although.
    
    	This report writer looks like a Macintosh interface.  Although
    it just looks like it now, it is not bit mapped, the componants
    are all there, pull down menus, currently accessable only with cursor
    keys or single letter commands.  Oracle claims it will be bit mapped
    for use on the Workstations soon.  They provide several boiler plate
    type reports that they claim will cover about 90% of all reports
    so rather than develop a new report you just edit the boiler plates.
    I haven't used it much, very little.  Oracle also claims it was
    designed by their largest users and not by the oracle people, that
    they went to the users and said here is a rough idea, now what do
    you want. I'll post more as I find out.
    
    By the way, when speaking to customers please don't mention my name
    or location, I have a pretty good relationship with some of the
    Oracle people here.  I know it's hard to say to a customer, I know
    a site, without giving some credibility, but I would hate for the
    customer here to loose their Beta sight and relations with Oracle.
    
    				Thanks Sparky
157.4Off the wall benchmark V5-V6USHS08::SPARKSWed Jul 13 1988 16:4345
    I did a little rather unscientific benchmark between Oracle V5.1
    and V6.0.19.  The two databases were up as single node databases,
    the 8700 was on PM, on an 8250 with 8 meg of memory.  The databases
    are identical.  I was the only user on the entire system.  I tried
    a few items.  Keep in mind that this is a single user case, where
    Oracle claims the performance of V6 will be realized with many users.
    However, I beleive it does show that a system doing mostly queries
    will realize very little benifit.  The results are:
    
    (CR just to keep the suspence up)
    With a table of 7,132 records 125 bytes avg length, 14 columns no indexes
    
                                                    V5.1          V6.0.19
                                            elapsed   cpu     elapsed     cpu
    Select Count(*) from table;            00:12.63 00:07.58  00:09.48 00:05.45
    select * from table where ...not found 00:23.48 00:16.74  00:19.14 00:14.75
    create index on key                    00:42.98 00:30.64  01:44.71 01:16.07
    select * from table where ...not found 00:03.52 00:03.43  00:01.52 00:01.49
    select * from table where ...found     00:01.79 00:01.71  00:01.71 00:01.56
    drop index on key                      00:03.05 00:01.53  00:01.96 00:01.87
    export data to disk                    05:33.04 05:06.26  07:01.04 06:34.05
    update all names to null               02:09.82 01:03.89  04:10.01 03:36.16
    drop table                             00:05.83 00:03.22  00:39.42 00:24.86
    import data from disk to database      06:13.21 05:30.08  09:12.00 07:52.94
  
    Anything to do with the data dictionary is painfully slow.  Importing
    our full database in V5 takes about 5 hours complete with index
    build.  It took over 12 hours in V6.  I can't give an details on
    the size or anything.  While searches without indexes are somewhat
    better, this is not something done consistantly.  Searching on items
    that exist with indexes are almost identical.  The updating all
    names to null was a surprise, I tried it twice, same results, no
    answer for that.  That should have been better because the Journaling
    now only writes the bytes that change, not the whole 2048 block
    that one byte was changed in.  All in All I say the only real
    performance increase will be in the use of the TPS PL/SQL.
    They are supposed to be benchmarking that against V6 without TPS
    and V5 here next month, I will try to get the results up. 
    
    
    BTW the director here has been invited to NY for press conferance
    reguarding TPS.  It will aparrently take place the 18-jul-88.  Note
    V6 without TPS will not be available for several months.  This is
    a marketing ploy to get customers who want V6 to buy the extra priced
    TPS package.  Our first beta copy didn't have the TPS PL/SQL.
157.5Under VMS/5.0?CLO::MOLLEYMon Jul 18 1988 21:038
    Sparky,
    
    Does V6.0 execute under VMS/5.0?  Do you know when ORACLE will execute
    under 5.0?
    
    Regards,
    Nik
    
157.6V5.1.22 works with VMS V5.0NZOV07::GRAHAMChas - SWS HMOMon Jul 18 1988 23:447
    re: -1
    
    Local Oracle guys couldn't/wouldn't say about v6 but I have personally
    got V5.1.22 running under VMS V5.0 here on a microVax II.
    
    - Chas
    
157.7USHS08::SPARKSThu Jul 21 1988 18:316
    Just got back from being out of town,  We still don't have V5.*
    VMS here, so I don't know if V6 will run on it or not, but I do
    know of another account running V5 oracle on V5 VMS.  I will 
    post when we V5 VMS and they put V6 oracle on it.
    
    		Sparky
157.8Do I Have QuestionsCOOKIE::JANORDBYThu Jul 28 1988 23:0625
    
    
    Sparky,
    
    I have a ton of questions if you happen to run across the answers:
    1) Is the data dictionary really active, metadata changes are reflected
       immediately in the physical schema and affected programs are
       cross-referenced? Can the data dictionary be expanded by the
       user to include his own user interfaces and/or entities. Does
       the dictionary info need to be replicated on each node that uses
       it?
    2) I hear that distributed is not any better, ie no two phase commit
       so only queries, no updates, can be distributed. 
    3) Are there any specific features that Oracle can point to for
       increased performance.
    4) Do they have a decent backup system yet? On-line? with concurrent
       updates? Incremental backup?
    5) What administration facilities require exclusive access of the
       database? Have they put more features on-line?
    6) What is the new version going to cost?
    
    
    Thanks, 
    
    Jamey Nordby
157.9ORACLE's secretCLT::BBBILL BROWN 381-2702Tue Aug 02 1988 22:509
    re: .2
      Hello. I don't follow this note file but someone brought this
    note to my attention. I was one of the original ALLY developers
    and know for a fact the REPORT WRITER is indeed based on ALLY.
    Two of my best friends are heading the development team for the
    REPORT WRITER. ORACLE has gone to a lot of trouble to keep this
    a secret so don't tell anyone.
      BTW. Even though I don't care much for ORACLE, they are one of
    the major success stories of this decade.
157.10Cluster & AIJ, 100% OK ?COPSL6::OLESENGood Cooking Takes Time...Fri Aug 05 1988 14:5910
    re .1
    >   (Yes you can recover in a cluster environment now)
    Could some pls describe their solution a bit further ?
    - Are there any chances that it's a 'less than 100% solution' 
    	or have reached the level of Rdb on this issue ?
    - Do they use our lock-manager ?
    - Does the cluster-AIJ support require usage of their new TPX ? 
       
    rgds, Henrik