Re: automating database creation

From: Ludovico Caldara <ludovico.caldara_at_gmail.com>
Date: Mon, 17 Aug 2020 15:48:15 +0200
Message-ID: <CALSQGr+QCMm_CHOxCSrgN8mwJW3jhbhuq8vGz-u-K7FY3a1VEA_at_mail.gmail.com>



I fully agree with all your points.

About your questions...

> Just to check if I correctly understood your anti-micromanagements
> strategy: because of the 1:1 relationship between file system and the disk
> group, every ACFS snapshot will always contain all the databases stored in
> the disk group, right?

No, When you have your empty filesystem, you create an empty snapshot per database.

E.g.

ORCLA -> datafiles of ORCLA

ORCLB -> datafiles of ORCLB

In the base of the filesystem you should not put anything, so at each new database you can create an empty starting snapshot.

Then, when you need to create a snapshot of ORCLA, you create a snapshot of snapshot (e.g. ORCLA_snap). At that point, ORCLA and ORCLA_snap will contain only pointers to extents containing just ORCLA data, not ORCLB data.

I hope it is clearer :-)

I noticed in
> https://www.slideshare.net/ludovicocaldara/how-to-bake-a-customer-story-with-with-windows-nvme-data-guard-acfs-snapshots-perl
> that the primary database wasn’t using ACFS. What was the reason for
> that?

1st concern: stability of ACFS on Windows... we preferred to keep the primary site on ASM to avoid problems
2nd concern: with ACFS you typically lose 3-5% of performance, we wanted to get the most out of the NVM-e cards :-)

-- 
Ludo

Il giorno lun 17 ago 2020 alle ore 14:38 Noveljic Nenad <
nenad.noveljic_at_vontobel.com> ha scritto:


> Hi Ludovico,
>
>
>
> Avoiding ACFS space micromanagement was one of my concerns while reading
> the documentation. The problem is the mandatory volume size. ZFS doesn’t
> require that – it is thinly provisioned from the zpool (zpool is the
> counterpart of the disk group in ACFS).
>
>
>
> Just to check if I correctly understood your anti-micromanagements
> strategy: because of the 1:1 relationship between file system and the disk
> group, every ACFS snapshot will always contain all the databases stored in
> the disk group, right?
>
>
>
> I noticed in
> https://www.slideshare.net/ludovicocaldara/how-to-bake-a-customer-story-with-with-windows-nvme-data-guard-acfs-snapshots-perl that
> the primary database wasn’t using ACFS. What was the reason for that?
>
>
>
> By the way, this solution looks very similar to ours, except that we’ve
> used Solaris/ZFS instead of Windows/ACFS. We’ve developed the automation in
> Perl, too. But it was 10 years ago. We’ll switch to Python for the new
> platform. People are generally more motivated to learn Python, because it
> opens up some new career opportunities.
>
>
>
> You mentioned unknown fragmentation performance impact due to
> copy-on-write snapshots on slide 58 in
> https://www.slideshare.net/ludovicocaldara/oracle-database-on-acfs-a-perfect-marriage.
> Bart Sjerps described the way to measure this overhead:
> https://bartsjerps.wordpress.com/2013/02/26/zfs-ora-database-fragmentation/
> .
>
>
>
> Best regards,
>
>
>
> Nenad
>
> https://nenadnoveljic.com/blog/about/
> <https://urldefense.com/v3/__https:/nenadnoveljic.com/blog/about/__;!!GvC3Dl69FG1X3k3XzQ!KZ-YtPjOpVdKpz3XqsB6VQJHXbGyHr_h57YFQFFviDiZM22g94_c6JpozP7S4lBodw$>
>
>
>
> ____________________________________________________
>
> Please consider the environment before printing this e-mail.
>
> Bitte denken Sie an die Umwelt, bevor Sie dieses E-Mail drucken.
>
>
> Important Notice
> This message is intended only for the individual named. It may contain
> confidential or privileged information. If you are not the named addressee
> you should in particular not disseminate, distribute, modify or copy this
> e-mail. Please notify the sender immediately by e-mail, if you have
> received this message by mistake and delete it from your system.
> Without prejudice to any contractual agreements between you and us which
> shall prevail in any case, we take it as your authorization to correspond
> with you by e-mail if you send us messages by e-mail. However, we reserve
> the right not to execute orders and instructions transmitted by e-mail at
> any time and without further explanation.
> E-mail transmission may not be secure or error-free as information could
> be intercepted, corrupted, lost, destroyed, arrive late or incomplete. Also
> processing of incoming e-mails cannot be guaranteed. All liability of
> Vontobel Holding Ltd. and any of its affiliates (hereinafter collectively
> referred to as "Vontobel Group") for any damages resulting from e-mail use
> is excluded. You are advised that urgent and time sensitive messages should
> not be sent by e-mail and if verification is required please request a
> printed version. Please note that all e-mail communications to and from the
> Vontobel Group are subject to electronic storage and review by Vontobel
> Group. Unless stated to the contrary and without prejudice to any
> contractual agreements between you and Vontobel Group which shall prevail
> in any case, e-mail-communication is for informational purposes only and is
> not intended as an offer or solicitation for the purchase or sale of any
> financial instrument or as an official confirmation of any transaction.
> The legal basis for the processing of your personal data is the legitimate
> interest to develop a commercial relationship with you, as well as your
> consent to forward you commercial communications. You can exercise, at any
> time and under the terms established under current regulation, your rights.
> If you prefer not to receive any further communications, please contact
> your client relationship manager if you are a client of Vontobel Group or
> notify the sender. Please note for an exact reference to the affected group
> entity the corporate e-mail signature. For further information about data
> privacy at Vontobel Group please consult www.vontobel.com.
>
-- http://www.freelists.org/webpage/oracle-l
Received on Mon Aug 17 2020 - 15:48:15 CEST

Original text of this message