Azure Synapse Analytics- Interview Questions | Serverless SQL Pool VS Dedicated SQL Pool with Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 6

  • @farmanullajohn4160
    @farmanullajohn4160 หลายเดือนก่อน

    Can you make a video on Performance optimization in pyspark with real time example, which will be helpful

  • @ugandarhari
    @ugandarhari 6 หลายเดือนก่อน

    It was nice content. I had an interview question on performance issue of using Merge into query in Databricks and what is the best way to load the data using Spark SQL or PySpark.
    Could you please make a video on this?

    • @1HourBule
      @1HourBule 6 หลายเดือนก่อน

      * for upserts use MERGE *
      MERGE INTO myTable USING myData
      * Loading via autoloader, you need to read the stream first *
      val df = spark.readStream.format("cloudFiles")
      .option("cloudFiles.format", "json")
      .load("/input/path")
      df.writeStream.trigger(Trigger.Once)
      .format("delta")
      .start("/output/path")

  • @smderoller
    @smderoller 3 หลายเดือนก่อน

    Great...thanks

  • @ramjeeyadav5743
    @ramjeeyadav5743 5 หลายเดือนก่อน

    is there any future demand for Azure Synapse as Fabric is its successor? should we learn fabric instead as a Data engineer?

    • @ugandarhari
      @ugandarhari 5 หลายเดือนก่อน +1

      You can learn the entire Microsoft Fabric in 3 hrs and become a Fabric expert after watching Mr. K's video.