Interview #9 Tell me some Cost Optimization Tips which u have used in BigQuery in ur implementations

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 24

  • @LearnGoogleCloudwithMahesh
    @LearnGoogleCloudwithMahesh  3 года назад +6

    The TRUNCATE TABLE statement is a DDL (Data Definition Language) operation that removes all rows from a table but leaves the table metadata intact, including the table schema, description, and labels. Since TRUNCATE is a metadata operation it does not incur a charge.

  • @aireddy
    @aireddy 3 года назад +1

    Learning from mistakes and sharing with everyone is important to save the cost, It is very informative!

  • @divertechnology
    @divertechnology Месяц назад +1

    wow you are always the king

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

    This has been helful!

  • @shanmuksandeep9134
    @shanmuksandeep9134 3 года назад +2

    Great.. Do extend this for remaining services as well!!

  • @Kay-gg6tw
    @Kay-gg6tw 2 года назад

    Great video Mahesh! Thanks.

  • @1navneetsingh
    @1navneetsingh 2 года назад

    Nice tips ,how to analyse reports here in bq for performance part.

  • @iamram436
    @iamram436 3 года назад +1

    Hi Mahesh,
    I think we can consider to use the partitioning feature? to have cost optimization.

  • @dr.amarmudiraj
    @dr.amarmudiraj 2 года назад

    Hi Mahesh, Excellent Work you are doing, I have one small query, can we implement some rules to preempt the BQ queries that would run an excessive workload (e.g. query processing more than 50Gig, or similar spikes)? Please share your comments on this.

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

    very nice tips

  • @SPs_Travel_Diaries
    @SPs_Travel_Diaries 2 года назад +1

    But truncate can be done by running the query in BQ which incurs certain charges right?

  • @VinodW-zc5nm
    @VinodW-zc5nm 2 года назад

    Great Tips Mahesh, I think we can also do partitioning if we know the user is firing a query on particular column like region frequently and as I know if single partitioning goes beyond 1 Gb then we can go for clustering so less data can be scanned and it can save cost

  • @satisha1351
    @satisha1351 3 года назад

    Hi Mahesh....Do you provide GCP and Devops training too

  • @SmithaM-qc7bi
    @SmithaM-qc7bi Год назад

    is it the network cost that is optimized if we create in the same region?

  • @Gaurav-ln7ln
    @Gaurav-ln7ln 2 года назад +1

    thanks sir