mynotesoracledba
mynotesoracledba
  • Видео 77
  • Просмотров 154 899

Видео

How to setup streaming replication in Postgresql
Просмотров 3932 месяца назад
How does it works: PostgreSQL streaming replication is a process that replicates data from a primary PostgreSQL database to one or more standby databases in real-time. The key aspects are: 1. The primary server writes changes to its write-ahead log (WAL), which contains all the data modifications. 2. The primary server's WAL sender process streams these WAL records to the standby server's WAL r...
Jenkins-06: Complete Jenkins Backup and Restoration Guide | Safeguard Your Setup
Просмотров 357Год назад
Welcome to our step-by-step Jenkins Backup and Restoration tutorial! 🚀 In the world of software development, Jenkins plays a pivotal role, and ensuring the security of your setup is non-negotiable. Whether you're a seasoned developer or just starting, mastering the art of backups and restoration is essential knowledge. 🔑 What You'll Master: - The Importance of Regular Backups - Seamless Step-by...
Jenkins Tutorial-05: Mastering Plugin Management, User Administration, and UI Navigation
Просмотров 79Год назад
"Jenkins Tutorial: Mastering Plugin Management, User Administration, and UI Navigation Are you looking to optimize your Jenkins usage? Look no further! In this comprehensive tutorial, we cover everything you need to know about managing plugins, handling user accounts, and navigating the Jenkins User Interface (UI) seamlessly. 🔌 Plugin Management: Discover how to find, install, update, and remov...
Mastering Multi-Branch Pipelines in Jenkins :Replay and Restart from any stage| Jenkins Tutorials-04
Просмотров 409Год назад
🚀 Mastering Multi-Branch Pipelines in Jenkins: Replay and Restart from Any Stage | Complete Tutorial Welcome to Mynotesoracledba! In this in-depth tutorial, we're diving into the world of Multi-Branch Pipelines in Jenkins and exploring how you can effectively replay and restart your pipelines from any stage. Whether you're new to Jenkins or looking to level up your pipeline management skills, t...
Jenkins Pipeline Demo:Source,Build,Test and Notifications| Jenkins Tutorial-03
Просмотров 297Год назад
In this Jenkins Pipeline demo, we walk you through the entire process of setting up a comprehensive pipeline for your software development projects. From source code integration to building, testing, and receiving notifications, we cover it all. Learn how to automate your development workflow and streamline your CI/CD processes using Jenkins Pipeline. 🔥 Topics Covered: - Source Code Integration...
PT-04 How to Identify blocking queries in postgresql | Tribute to #Missleman
Просмотров 258Год назад
Learn how to identify blocking queries in PostgreSQL with this quick RUclips tutorial. Master the art of pinpointing and resolving blocking issues for optimal database performance! to identify blocking query; SELECT bl.pid AS blocked_pid, a.usename AS blocked_user, ka.query AS blocking_statement, now() - ka.query_start AS blocking_duration, kl.pid AS blocking_pid, ka.usename AS blocking_user, a...
Jenkins Slave Configuration With Git Poll SCM & Parameterized Build:Step-by-step|Jenkins Tutorial-02
Просмотров 105Год назад
Jenkins Tutorial: Configuring Jenkins Slave with Git Poll SCM & Parameterized Build Welcome to Myntoesoracledba Jenkins tutorial series! In this video, we'll walk you through the process of setting up Jenkins Slave configuration with Git Poll SCM and Parameterized Build. Mastering these essential features will empower you to optimize your Continuous Integration and Continuous Delivery (CI/CD) p...
Jenkins Installation and Email Notifications for Job Failure|Jenkins Tutorial-01
Просмотров 247Год назад
Title: "Mastering Jenkins: Installation and Email Notifications for Job Failure" Description: In this comprehensive tutorial video, learn how to install Jenkins and configure it to send email notifications for job failure status. Jenkins is a powerful open-source automation server that is widely used in the DevOps world. By setting up email notifications, you can stay informed about job failure...
Tutorial 40-What is a list Partition in Postgresql | Understanding List Partitioning in PostgreSQL
Просмотров 495Год назад
Understanding List Partitioning in PostgreSQL - A Comprehensive Overview Description: In this video, we delve into the world of list partitioning in PostgreSQL. List partitioning is a powerful technique that enables us to organize large tables into smaller, more manageable partitions based on specific criteria. 📌 What is List Partitioning? List partitioning in PostgreSQL involves dividing a tab...
PT-03 What is a Optimizer Statistics in Postgresql
Просмотров 289Год назад
In PostgreSQL, optimizer statistics refer to the data and metadata that the PostgreSQL query optimizer uses to determine the most efficient execution plan for a given query. These statistics include information such as the number of distinct values in a column, the correlation between columns, the distribution of data within a column, and more. The optimizer uses this information to estimate th...
How to understand Linux Architecture
Просмотров 141Год назад
here we are going to understand that Linux architecture What is a Linux? Linux is an operating system that uses a monolithic kernel architecture, where the kernel is the central component of the operating system and controls all hardware and software resources. The Linux kernel is responsible for managing system resources such as CPU, memory, I/O devices, and network connections. mynotesoracled...
PT-02 How to read and understand Explain Query Plan in Postgresql
Просмотров 1,3 тыс.Год назад
PT-02 How to read and understand Explain Query Plan in Postgresql
PT-01 Identify slow query and Explain plan in Postgresql
Просмотров 1 тыс.Год назад
PT-01 Identify slow query and Explain plan in Postgresql
Tutorial-04 What are the errors that can occur during the pg_repack ? | Pg_repack series
Просмотров 226Год назад
Tutorial-04 What are the errors that can occur during the pg_repack ? | Pg_repack series
Tutorial-03 How do I run pg_repack? |How to perform the pg_repack| pg_repack Series
Просмотров 918Год назад
Tutorial-03 How do I run pg_repack? |How to perform the pg_repack| pg_repack Series
Tutorial-02 How to install pg_repack in Linux | pg_repack series
Просмотров 879Год назад
Tutorial-02 How to install pg_repack in Linux | pg_repack series
Tutorial 38-What is a system administration function in PostgreSQL | system catalogs schema
Просмотров 254Год назад
Tutorial 38-What is a system administration function in PostgreSQL | system catalogs schema
Tutorial-01 What is a pg_repack in PostgreSQL?| Understanding of pg_repack | pg_repack series
Просмотров 885Год назад
Tutorial-01 What is a pg_repack in PostgreSQL?| Understanding of pg_repack | pg_repack series
Vertical Partition In Postgresql | What is a vertical Partition in Postgresql?
Просмотров 5252 года назад
Vertical Partition In Postgresql | What is a vertical Partition in Postgresql?
Tutorial 37-System information function | pg_catalog| System catalogs schema in PostgreSQL
Просмотров 5562 года назад
Tutorial 37-System information function | pg_catalog| System catalogs schema in PostgreSQL
Tutorial 36-PostgreSQL system catalogs schema (System information tables) | pg_catalog
Просмотров 1,6 тыс.2 года назад
Tutorial 36-PostgreSQL system catalogs schema (System information tables) | pg_catalog
What is a order by clause in postgresql?
Просмотров 2042 года назад
What is a order by clause in postgresql?
Tutorial 33-How to prevent Transaction ID wraparound in PostgreSQL?
Просмотров 1,9 тыс.2 года назад
Tutorial 33-How to prevent Transaction ID wraparound in PostgreSQL?
Tutorial 22-What is a Default Roles in PostgreSQL | PostgreSQL Default Roles
Просмотров 4812 года назад
Tutorial 22-What is a Default Roles in PostgreSQL | PostgreSQL Default Roles
Tutorial 28-What are Data fragmentation and bloat in PostgreSQL | PostgreSQL Bloat
Просмотров 8842 года назад
Tutorial 28-What are Data fragmentation and bloat in PostgreSQL | PostgreSQL Bloat
Tut01.What is the use of system databases in SQL Server | An Overview of SQL server System Database
Просмотров 802 года назад
Tut01.What is the use of system databases in SQL Server | An Overview of SQL server System Database
Tutorial 35-PostgreSQL Cluster command | what is a cluster command in Postgresql
Просмотров 7762 года назад
Tutorial 35-PostgreSQL Cluster command | what is a cluster command in Postgresql
PostgreSQL Logical Backup-Pg-dump| How to take backup using pg_dump
Просмотров 5 тыс.2 года назад
PostgreSQL Logical Backup-Pg-dump| How to take backup using pg_dump
What is a pooling Mode in Postgresql | Pgbouncer Pooling modes | pgbouncer-02
Просмотров 7792 года назад
What is a pooling Mode in Postgresql | Pgbouncer Pooling modes | pgbouncer-02

Комментарии

  • @grimreaper5339
    @grimreaper5339 26 дней назад

    Could you repeat this process, but on a Windows Server, where there is already an existing database on the primary server? The setup should ensure that the standby server synchronizes with the primary server.

  • @vinothkumar9898
    @vinothkumar9898 Месяц назад

    Very nice session given more details about synchronise replication

  • @Abrahhhhh
    @Abrahhhhh 3 месяца назад

    Amazing explanation. Could you make a new video about Mvcc in postgres

  • @ShubhamShukla-jt4ht
    @ShubhamShukla-jt4ht 3 месяца назад

    seems like you're reading from a book instead of explaining it

  • @dhineshkumarp543
    @dhineshkumarp543 4 месяца назад

    Hi, I have a doubt about reindex. is there any chance of data loss when reindexing?

  • @SquashFiend
    @SquashFiend 4 месяца назад

    Every IT tutorial with a thick Indian accent 😂 Go slow mate !

  • @pattheitguy
    @pattheitguy 6 месяцев назад

    headache from out of focus graphics

  • @geoafrikana
    @geoafrikana 8 месяцев назад

    Thanks

  • @MARALDY_SOS
    @MARALDY_SOS 9 месяцев назад

    hello, error when running make, pls help me, whats wrong -bash-4.2$ make make[1]: Entering directory `/var/lib/pgsql/pg_repack-1.4.5/bin' Makefile:34: /usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk: No such file or direc tory make[1]: *** No rule to make target `/usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.m

  • @rmuneeb1
    @rmuneeb1 9 месяцев назад

    So checkpoint happens before 'bgwriter' writing to the datafiles, infact checkpoint invokes writing dirty buffers to datafiles. Having an Oracle background Im learning Postgres and finding your videos very helpful. Thank you!

  • @surendrakurupudi3616
    @surendrakurupudi3616 11 месяцев назад

    how to restart my build from failed build stage in jenkins

    • @mynotesoracledba
      @mynotesoracledba 10 месяцев назад

      mynotesoracledba.medium.com/how-to-create-a-multi-branch-pipeline-job-in-jenkins-12ed358d920

  • @vinothkumarsundaram5383
    @vinothkumarsundaram5383 Год назад

    nice session jenkins backup and restore.

  • @ramsiddu007
    @ramsiddu007 Год назад

    Insightful, thank you so much 🙏

  • @doreymorre6035
    @doreymorre6035 Год назад

    "promosm" 🌟

  • @harishbabu9293
    @harishbabu9293 Год назад

    Master node worker node Slave is old terminology

  • @rajeshkannan84
    @rajeshkannan84 Год назад

    Very good explanation!

  • @Naren0442
    @Naren0442 Год назад

    Please share disk usage query

    • @mynotesoracledba
      @mynotesoracledba Год назад

      You can refer this blog wiki.postgresql.org/wiki/Disk_Usage

  • @ramsiddu007
    @ramsiddu007 Год назад

    Nice tutorial, thank you!

  • @ahmedyacinebouchouareb911
    @ahmedyacinebouchouareb911 Год назад

    thanx

  • @douanlacarlos6318
    @douanlacarlos6318 Год назад

    way to fast bro

  • @mynotesoracledba
    @mynotesoracledba Год назад

    Full Video : ruclips.net/video/4LmeXhyL8Io/видео.html

  • @thefootles
    @thefootles Год назад

    ok good vid

  • @vllskittlesllv5505
    @vllskittlesllv5505 Год назад

    ok

  • @mynotesoracledba
    @mynotesoracledba Год назад

    Full video in link: ruclips.net/video/4HFUZdNld0Y/видео.html

  • @mynotesoracledba
    @mynotesoracledba Год назад

    Full Video link: ruclips.net/video/RYsr5XGIZmo/видео.html

  • @mynameisjeff8559
    @mynameisjeff8559 Год назад

    ok

  • @MrShalimski
    @MrShalimski Год назад

    VM doesn’t exist for indexes

  • @Sam-81810
    @Sam-81810 Год назад

    ok

  • @mynotesoracledba
    @mynotesoracledba Год назад

    Full video link: ruclips.net/video/g3Ccgh4q9AA/видео.html

  • @vinothkumarsundaram5383
    @vinothkumarsundaram5383 Год назад

    nice explanation.

  • @mynotesoracledba
    @mynotesoracledba Год назад

    Full video Link: ruclips.net/video/YxLl_SAaRhc/видео.html

  • @swapnabomanaboina8715
    @swapnabomanaboina8715 Год назад

    Please do video on how to configure and use it barman

  • @mohammadalikhanpatan
    @mohammadalikhanpatan Год назад

    kindly share the Notes pls!!

  • @aysha7769
    @aysha7769 Год назад

    Good one!

  • @josemdiaza
    @josemdiaza Год назад

    thanks!

  • @venkatraman_padmanaban
    @venkatraman_padmanaban Год назад

    Great of your act, you respond to your Viewer, by creating a new video

    • @raghuldrag
      @raghuldrag Год назад

      Without them there is no family 😉

  • @emmanuelr9691
    @emmanuelr9691 2 года назад

    superb....tqu

  • @mastimasti3898
    @mastimasti3898 2 года назад

    How to take backup with 100 rows from each table?

    • @raghuldrag
      @raghuldrag 2 года назад

      Can you pls elaborate your questions

    • @mastimasti3898
      @mastimasti3898 2 года назад

      @@raghuldrag I have customers -schema and having 5 tables with 5000 records for each table. Now I want to take customers schema with only 100 records from each table.

    • @mastimasti3898
      @mastimasti3898 2 года назад

      @@raghuldrag Table is having 1000 records but I want take backup only 200 records using pg_dump. Is it possible? Tell me how ?

    • @mynotesoracledba
      @mynotesoracledba 2 года назад

      @@mastimasti3898 you can do it but you should create one more table like create table sports as select * from sports_org where sports_name='cricket'; then do pgdump backup

  • @vijaybaskar6696
    @vijaybaskar6696 2 года назад

    What type of temp database should i use to maintain logs or export logs

    • @mynotesoracledba
      @mynotesoracledba 2 года назад

      Can u pls Specific more about what you want to achieve?

    • @vijaybaskar6696
      @vijaybaskar6696 2 года назад

      @@mynotesoracledba I have customer table.. i need to push the history logs of the table to temporal table and export as file...

    • @vijaybaskar6696
      @vijaybaskar6696 2 года назад

      so, can i use temporal tables for maintaining history logs?

    • @vijaybaskar6696
      @vijaybaskar6696 2 года назад

      is temporal tables valid only till the session...or can i prolong them

    • @mynotesoracledba
      @mynotesoracledba 2 года назад

      @@vijaybaskar6696 it is valid till the sessions

  • @givemorenenohwe2973
    @givemorenenohwe2973 2 года назад

    Lovely

  • @dhivyadharshini8765
    @dhivyadharshini8765 2 года назад

    When you close video don't stop with drawbacks give a solution.

  • @timbui5556
    @timbui5556 2 года назад

    Thank you for making an informative video. Can you show us how to do vertical partition in Postgres as well? Thanks

  • @ranvijaymehta
    @ranvijaymehta 2 года назад

    Thanks you so much

  • @heathbruce9928
    @heathbruce9928 2 года назад

    But my SQL does support sub queries

  • @dustinmenjivar3124
    @dustinmenjivar3124 2 года назад

    jajaja This video is uploaded on Jun and the intro makes me smile because im seeing the video the 31-dec pd: happy day from the past to you (reader)

  • @obivolgaz1661
    @obivolgaz1661 2 года назад

    super explanation brother

    • @raghuldrag
      @raghuldrag 2 года назад

      Thank you bro 😊✌

  • @vinothkumarsundaram5383
    @vinothkumarsundaram5383 2 года назад

    Really very nice notes. Thanks for sharing

  • @umasankar9617
    @umasankar9617 2 года назад

    Hi, Nice explanation please share the query that you have shown in the video, thanks in advance

    • @mynotesoracledba
      @mynotesoracledba 2 года назад

      Hi Umashankar, Please find the query details SELECT current_database(), schemaname, tablename, /*reltuples::bigint, relpages::bigint, otta,*/ ROUND((CASE WHEN otta=0 THEN 0.0 ELSE sml.relpages::float/otta END)::numeric,1) AS tbloat, CASE WHEN relpages < otta THEN 0 ELSE bs*(sml.relpages-otta)::BIGINT END AS wastedbytes, iname, /*ituples::bigint, ipages::bigint, iotta,*/ ROUND((CASE WHEN iotta=0 OR ipages=0 THEN 0.0 ELSE ipages::float/iotta END)::numeric,1) AS ibloat, CASE WHEN ipages < iotta THEN 0 ELSE bs*(ipages-iotta) END AS wastedibytes FROM ( SELECT schemaname, tablename, cc.reltuples, cc.relpages, bs, CEIL((cc.reltuples*((datahdr+ma- (CASE WHEN datahdr%ma=0 THEN ma ELSE datahdr%ma END))+nullhdr2+4))/(bs-20::float)) AS otta, COALESCE(c2.relname,'?') AS iname, COALESCE(c2.reltuples,0) AS ituples, COALESCE(c2.relpages,0) AS ipages, COALESCE(CEIL((c2.reltuples*(datahdr-12))/(bs-20::float)),0) AS iotta -- very rough approximation, assumes all cols FROM ( SELECT ma,bs,schemaname,tablename, (datawidth+(hdr+ma-(case when hdr%ma=0 THEN ma ELSE hdr%ma END)))::numeric AS datahdr, (maxfracsum*(nullhdr+ma-(case when nullhdr%ma=0 THEN ma ELSE nullhdr%ma END))) AS nullhdr2 FROM ( SELECT schemaname, tablename, hdr, ma, bs, SUM((1-null_frac)*avg_width) AS datawidth, MAX(null_frac) AS maxfracsum, hdr+( SELECT 1+count(*)/8 FROM pg_stats s2 WHERE null_frac<>0 AND s2.schemaname = s.schemaname AND s2.tablename = s.tablename ) AS nullhdr FROM pg_stats s, ( SELECT (SELECT current_setting('block_size')::numeric) AS bs, CASE WHEN substring(v,12,3) IN ('8.0','8.1','8.2') THEN 27 ELSE 23 END AS hdr, CASE WHEN v ~ 'mingw32' THEN 8 ELSE 4 END AS ma FROM (SELECT version() AS v) AS foo ) AS constants GROUP BY 1,2,3,4,5 ) AS foo ) AS rs JOIN pg_class cc ON cc.relname = rs.tablename JOIN pg_namespace nn ON cc.relnamespace = nn.oid AND nn.nspname = rs.schemaname AND nn.nspname <> 'information_schema' LEFT JOIN pg_index i ON indrelid = cc.oid LEFT JOIN pg_class c2 ON c2.oid = i.indexrelid ) AS sml ORDER BY wastedbytes DESC