|
How could they change from a charged feature to a no charge feature in the
same release?
- Come out with the same product but a different feature number? If so,
would you have to delete and reinstall?
- Give you a free license key?
- PTF the product, or ptf the license key checker, to stop flagging
licensing?
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd
<https://www.google.com/maps/search/7310+Innovation+Blvd?entry=gmail&source=g>,
Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Rob
Berendt
Sent: Monday, September 19, 2022 7:43 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Table partitioning in 7.5
I'm not sure it's directly tied in with 7.5 or just a synchronized
announcement. Below it says it's for any release of V7.
https://db2ibmi.blogspot.com/2022/05/whats-new-with-db2-for-i-75.html
<snip>
Db2 Multisystem is now a no charge feature instead of the chargeable
feature. The no charge licensing change also applies to Db2 SMP and the
High Availability Journal Performance features: journal caching and journal
standby. It's on my to-do list to my update my recent Db2 Add-Ons entry to
highlight that these four features as of June 1, 2022 are
no longer chargeable for the IBM i 7.x releases (7.1, 7.2, 7.3, 7.4 and
7.5).
Just because Db2 SMP & Db2 Multisystem are simpler to obtain, does not
mean that you should rush out to use them. These two features work best
when careful planning and preparation are part of the deployment process
and our Lab Services team has the expertise to assist in that process.
</snip>
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd
<https://www.google.com/maps/search/7310+Innovation+Blvd?entry=gmail&source=g>,
Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Gad
Miron
Sent: Sunday, September 18, 2022 1:27 PM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: RE: Table partitioning in 7.5
CAUTION: This email originated from outside of the organization. Do not
click links or open attachments unless you recognize the sender and know
the content is safe.
Thanks guys
Yeah, I'm having a hard time making heads and tails of it myself.
Guess I'll have to wait for 7.5 and actually test it myself.
Gad
date: Sat, 17 Sep 2022 18:46:15 +0000SQL
from: Rob Berendt <rob@xxxxxxxxx>
subject: RE: Table partitioning in 7.5
It is rather confusing.
You can read it here:
https://www.ibm.com/docs/en/i/7.5?topic=availability-maximum-capacities
Maximum number of tables referenced in an SQL statement 1000(8)
8 The maximum number of members (and partitions) referenced is also 1000.
In DELETE and UPDATE statements the maximum number is 256. In a complex
statement, the number of tables that can be referenced may be limited byGad
internal structures.
Number of members that can be joined 256 members
Maximum number of members in a physical or logical file 32 767
I've not used this function yet.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd, Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
Mironmuch
Sent: Saturday, September 17, 2022 8:38 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: Table partitioning in 7.5
CAUTION: This email originated from outside of the organization. Do not
click links or open attachments unless you recognize the sender and know
the content is safe.
Hello sages
Having read that MultiSystem is a no-charge option in 7.5 I would very
like to test table partitioning and hopefully use it.(several
Rational:
We heavily use Multi-Member-transaction-Files, Physical & Logical
hundreds files)difficult
Some such files have hundreds MBRs and a few over a thousand.
These files are managed by ADDPFM / ADDLFM / OVRDBF and such.
This is nice and dandy for day to day operations but makes for a
task queryinglist
and analyzing historical data.
So we regularly copy those files to a Single-MBR DataWarehouse-like files
adding the Member Name as a field (and a key) and use those DWH files for
historical analysis.
Several questions come to (my) mind when considering replacing it with
table partitioning:
1. How many partitions are allowed in a partitioned table or index?
2. After a partitioned table is created, can one use
ADDPFM/RMVM/CLRPFM/ADDLFM on it ?
(I've read that OVRDBF works with it)
3. Is there a performance penalty that comes with partitioned tables ?
All answers will be thankfully received.
Gad
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxxof
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
------------------------------
date: Sat, 17 Sep 2022 15:10:24 -0400
from: smith5646midrange@xxxxxxxxx
subject: RE: Table partitioning in 7.5
From everything that I have found (and I am still totally confused bythis),
table partitioning seems to be more about busting up the storage of a
single
member into multiple members based on a field in the table as opposed to
having multiple standalone members in a PF. This seem more like a bunch
LFs with select clauses.https://www.ibm.com/docs/en/ssw_ibm_i_73/pdf/rzaf3pdf.pdf,
From the doc at
spread
From page 1
There are two methods for partitioning data:
1. Partitioned tables - The data for a table is spread across multiple
members within a single physical file
on a single IBM i instance. This is the recommended method for physical
partitioning of data in a table.
2. Distributed files (distributed tables) - The data for a table is
across multiple IBM i instances.first
This option is no longer recommended for use.
And from page 22
Or, to partition PAYROLL by range, use the following code:
CREATE TABLE PRODLIB.PAYROLL
(EMPNUM INT,
FIRSTNAME CHAR(15),
LASTNAME CHAR(15),
SALARY INT)
PARTITION BY RANGE(EMPNUM)
(STARTING FROM (MINVALUE) ENDING AT (500) INCLUSIVE,
STARTING FROM (501) ENDING AT (1000) INCLUSIVE,
STARTING FROM (1001) ENDING AT (MAXVALUE))
This statement results in a table that contains three partitions. The
partition contains all rows whererows
EMPNUM is less than or equal to 500. The second partition contains all
where EMPNUM is betweenEMPNUM
501 and 1000 inclusive. The third partition contains all rows where
is greater than or equal toGad
1001.
Someone please correct me and include a link to some good IBM i
documentation on this.
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
Mironmuch
Sent: Saturday, September 17, 2022 8:38 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: Table partitioning in 7.5
Hello sages
Having read that MultiSystem is a no-charge option in 7.5 I would very
like to test table partitioning and hopefully use it.(several
Rational:
We heavily use Multi-Member-transaction-Files, Physical & Logical
hundreds files) Some such files have hundreds MBRs and a few over adifficult
thousand.
These files are managed by ADDPFM / ADDLFM / OVRDBF and such.
This is nice and dandy for day to day operations but makes for a
task querying and analyzing historical data.penalty
So we regularly copy those files to a Single-MBR DataWarehouse-like files
adding the Member Name as a field (and a key) and use those DWH files for
historical analysis.
Several questions come to (my) mind when considering replacing it with
table
partitioning:
1. How many partitions are allowed in a partitioned table or index?
2. After a partitioned table is created, can one use
ADDPFM/RMVM/CLRPFM/ADDLFM on it ?
(I've read that OVRDBF works with it) 3. Is there a performance
that comes with partitioned tables ?list
All answers will be thankfully received.
Gad
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,list
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com
------------------------------
Subject: Digest Footer
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) digest
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
------------------------------
End of MIDRANGE-L Digest, Vol 21, Issue 1109
********************************************
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.