SlideShare a Scribd company logo
#TechSum
ecatala@solidq.com
www.solidq.com @enriquecatala
#TechSum
#TechSum
ecatala@solidq.com | www.solidq.com
@enriquecatala | www.enriquecatala.com
MASTER BI EMPIEZA EN 14 DIAS!
http://www.solidq.com/es/masterbi
#TechSum
#TechSum
Microsoft SQL Server
Entorno escalable SMP y
NUMA en cualquier
hardware
OnPremise y Azure IaaS
Ideal para datamarts desde
pequeños a “medianos”
Solo software
10s de TB
Microsoft Analytics
Platform System (APS)
Appliance para entornos
datawarehouse de alto
rendimiento MPP
Solo OnPremise
Ideal para alto rendimiento
y alta escalabilidad de DW
Applicance (SW y HW)
10s de TB – 6 PB (PDW)
24TB – 1.2 PB (Hadoop)
Microsoft Azure SQL
Data Warehouse
(SQLDW)
Cloud data warehouse para
entornosd de alto
rendimiento MPP
Solo cloud
Ideal para alto
rendimiento, alta
escalabilidad en cloud
Solución completa PaaS
10s de TB – PBs
#TechSum
#TechSum
#TechSum
PaaS
Escalable
horizontal
Arquitectura
MPP
Integrado
(SSDT, TSQL)
Hibrido
(Polybase)
Coste
efectivo
#TechSum
#TechSum
#TechSum
Un único
cerebro
Requiere un motor
relacional
distribuido
#TechSum
Muchos
elementos
“músculo”
No podemos conectar a
él
#TechSum
Pero muchos
nodos de
procesamiento!
Pequeñas
queries
Divide y
vencerás
#TechSum
#TechSum
#TechSum
Load rate
• Records/sec
• Network+CPU
Scan/Aggregationrate
• Records/sec leyendo
datos
• Operacion compleja
• CPU + IO
Create Table As Select
rate
• Velocidad de copia
• CPU + IO +
NETWORK
#TechSum
DWU Max concurrent
queries
Concurrency slots
allocated
DW100 4 4
DW200 8 8
DW300 12 12
DW400 16 16
DW500 20 20
DW600 24 24
DW1000 32 40
DW1200 32 48
DW1500 32 60
DW2000 32 80
DW3000 32 120
DW6000 32 240
#TechSum
#TechSum
#TechSum
#TechSum
Documentación en http://aka.ms/sqldw
#TechSum
#TechSum
#TechSum
#TechSum
#TechSum
#TechSum
#TechSum
#TechSum
#TechSum
BCP
SSIS
Polybase
PolyBase BCP SQLBulkCopy/ADF SSIS
Load Rate
Rate increase as you increase DWU Yes No No No
Rate increase as you add concurrent load No Yes Yes Yes
FASTEST============>>>>>>>>>>SLOWEST
Pero si que se incrementa en
Polybase cuando tenemos muchos
ficheros por carpeta
#TechSum
#TechSum
#TechSum
#TechSum
NOTA: Todos los tipos de datos tienen workaround, la mayoría
valen con varbinary(8000)
#TechSum
ANSI joins on updates
ANSI joins on deletes
merge statement
cursors
SELECT..INTO
INSERT..EXEC
common table expressions
recursive common table
expressions (CTE)
• $partition function
• table variables
• table value parameters
• distributed transactions
• commit / rollback work
• save transaction
• execution contexts (EXECUTE AS)
• group by clause with rollup / cube /
grouping sets options
• nesting levels beyond 8
• updating through views
• use of select for variable assignment
• no MAX data type for dynamic SQL
strings
#TechSum
• E
• T
• L
ETL SERVER
DATA
WAREHOUSE
SERVER
EXTRACT
TRANSFORM
LOAD
ELT SERVER
DATA
WAREHOUSE
SERVER
EXTRACT
TRANSFORM
LOAD
ELTETL
IN-MEMORY
TRANSFORMS
FEWER CPUS
IN-DB
MORE CPUS
GOOD SORT
#TechSum
DBSource1DBSource1
DBSource2DBSource2
DBSource3DBSource3
SQLDW (PaaS)
5
2
3
Report2
2
4
3
7
1
Report1
Powerpivot
SSIS Incremental export
Onpremise CPD1 CLOUD (PaaS)
Storage (Azure)
POLYBASE
DBSource1
DBSource2
DBSource3
DB STG BI Database CUBE
PreCleanData
DWH
Consolidation
SSIS SSIS
SSAS processing
SSAS
Onpremise CPD1 OnPremise CPD2
Generadas por
paquetes CDC
#TechSum
#TechSum
Pruebas y
mediciones
• Empezar en
400DTW
• Probar con
1000DTW
Cambio
ETL a ELT
• Fuera SSIS
• PowerBI/Reporting
Patron de
subida
• Marcas de cambios
• OnPrem a SQLDW
Carga de
datos
• Ajustes del modelo
#TechSum
Exportar datos a
CSV
• SSIS
• Automatizacion
• BIML
Subir CSVs a Azure
Storage
• AzCopy
• PowerShell
Cargar CSVs en
SQLDW
• Create Table
from Select As…
• Automatizacion
• t4dacfx2tsql
#TechSum
#TechSum
#TechSum
Bytes_per_row: 250
#_rows: 60,000,000,000
B_to_GB_factor: 1,000,000,000
Distribution_count: 60
Compression_factor: 5 (typical)
Partition_count: 36 (monthly over three years)
Max_rows_per_rowgroup
rows_per_distribution = #_rows / distribution_count
rows_per_partition = rows_per_distribution / partition_count
max_rowgroups_per_partition = partition_count / max_rows_per_rowgroup
Uncompressed_table_size_b = bytes_per_row x # rows
Uncompressed_table_size_gb = Uncompressed_table_size_b / B_to_GB_factor
Uncompressed_table_distribution_size_gb = uncompressed_table_size_gb/distribution_count
Compressed_distribution_size_gb = Uncompressed_table_distribution_size_gb /compression_factor
Compressed_partition_size_gb = Compressed_distribution_size_gb / partition_count
#TechSum
Pausa tu
SQLDW
Ahorrarás dinero
Puedes seguir
subiendo datos
con Polybase
DWU €/Hora €/Mes laboral €/Mes completo
100 1,02 € 179,52 € 734,40 €
200 2,04 € 359,04 € 1.468,80 €
300 3,06 € 538,56 € 2.203,20 €
400 4,08 € 718,08 € 2.937,60 €
500 5,10 € 897,60 € 3.672,00 €
600 6,12 € 1.077,12 € 4.406,40 €
1000 10,20 € 1.795,20 € 7.344,00 €
1200 12,24 € 2.154,24 € 8.812,80 €
1500 15,30 € 2.692,80 € 11.016,00 €
2000 20,40 € 3.590,40 € 14.688,00 €
3000 30,60 € 5.385,60 € 22.032,00 €
6000 61,21 € 10.772,96 € 44.071,20 €
#TechSum
Diseña pensando en distribucion de datos
Crea estadísticas tras CREATE TABLE
Actualiza estadísticas tras carga de datos
Particiona tus objetos
Comienza por DTW 300
#TechSum
Utiliza BIML
Carga mediante
Polybase
Crea tus objetos
mediante T4
Separador
complejo $|x
#TechSum
Dinero
• No es un problema
• Prefiero parar y arrancar
BI
• Si no tengo solución BI
• O no quiero invertir más y quiero la via del hierro
Tiempo
• Hay mucho dato y necesito saltarme transformacion
• Ocasionalmente pido información que necesito
rapido
#TechSum
http://aka.ms/MTS64
Enrique Catalá Bañuls
ecatala@solidq.com
www.solidq.com
@enriquecatala
© 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a
commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS
PRESENTATION.

More Related Content

What's hot (20)

PDF
SQream DB - Bigger Data On GPUs: Approaches, Challenges, Successes
Arnon Shimoni
 
PDF
Running a DynamoDB-compatible Database on Managed Kubernetes Services
ScyllaDB
 
PPTX
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDB
ScyllaDB
 
PPTX
Powering a Graph Data System with Scylla + JanusGraph
ScyllaDB
 
PDF
Scylla Summit 2022: Rakuten’s Catalog Platform Migration from Cassandra to Sc...
ScyllaDB
 
PDF
Eliminating Volatile Latencies Inside Rakuten’s NoSQL Migration
ScyllaDB
 
PDF
The Do’s and Don’ts of Benchmarking Databases
ScyllaDB
 
PDF
Under the Hood of a Shard-per-Core Database Architecture
ScyllaDB
 
PPTX
SQREAM DB on IBM Power9
Ganesan Narayanasamy
 
PDF
Cloud-Friendly Hadoop and Hive - StampedeCon 2013
StampedeCon
 
PPT
Virtualized Platform Migration On A Validated System
gazdagf
 
PPTX
Empowering the AWS DynamoDB™ application developer with Alternator
ScyllaDB
 
PDF
Measuring Database Performance on Bare Metal AWS Instances
ScyllaDB
 
PDF
SQream on Ibm power9 (english)
Yutaka Kawai
 
PPTX
Scylla Summit 2018: How We Made Large Partition Scans Over Two Times Faster
ScyllaDB
 
PPTX
Understanding Storage I/O Under Load
ScyllaDB
 
PPTX
Implementing a Distributed NoSQL Database in a Persistent Distributed Ledger ...
ScyllaDB
 
PDF
Introducing Scylla Open Source 4.0
ScyllaDB
 
PPTX
Scylla Summit 2019 Keynote - Avi Kivity
ScyllaDB
 
PDF
Past, Present, and Pachyderm - All Things Open - 2013
Robert Treat
 
SQream DB - Bigger Data On GPUs: Approaches, Challenges, Successes
Arnon Shimoni
 
Running a DynamoDB-compatible Database on Managed Kubernetes Services
ScyllaDB
 
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDB
ScyllaDB
 
Powering a Graph Data System with Scylla + JanusGraph
ScyllaDB
 
Scylla Summit 2022: Rakuten’s Catalog Platform Migration from Cassandra to Sc...
ScyllaDB
 
Eliminating Volatile Latencies Inside Rakuten’s NoSQL Migration
ScyllaDB
 
The Do’s and Don’ts of Benchmarking Databases
ScyllaDB
 
Under the Hood of a Shard-per-Core Database Architecture
ScyllaDB
 
SQREAM DB on IBM Power9
Ganesan Narayanasamy
 
Cloud-Friendly Hadoop and Hive - StampedeCon 2013
StampedeCon
 
Virtualized Platform Migration On A Validated System
gazdagf
 
Empowering the AWS DynamoDB™ application developer with Alternator
ScyllaDB
 
Measuring Database Performance on Bare Metal AWS Instances
ScyllaDB
 
SQream on Ibm power9 (english)
Yutaka Kawai
 
Scylla Summit 2018: How We Made Large Partition Scans Over Two Times Faster
ScyllaDB
 
Understanding Storage I/O Under Load
ScyllaDB
 
Implementing a Distributed NoSQL Database in a Persistent Distributed Ledger ...
ScyllaDB
 
Introducing Scylla Open Source 4.0
ScyllaDB
 
Scylla Summit 2019 Keynote - Avi Kivity
ScyllaDB
 
Past, Present, and Pachyderm - All Things Open - 2013
Robert Treat
 

Viewers also liked (20)

PDF
Escenarios híbridos con SQL Server 2014
Enrique Catala Bañuls
 
PDF
Planes de ejecucion 2016
Enrique Catala Bañuls
 
PPTX
Sharepoint
Isabel_Samir
 
PDF
Novedades sql server 2008 para developers
Enrique Catala Bañuls
 
PPTX
Sql Server 2008 Administracion
Eduardo Castro
 
PPTX
Dificultades en las tic en la eduación
Isabel_Samir
 
PDF
Docker 1 0 1 0 1: a Docker introduction, actualized for the stable release of...
Jérôme Petazzoni
 
PDF
Query store
Enrique Catala Bañuls
 
PPTX
SQL Server Cross Platform Portable con Docker
Christian Melendez
 
PPTX
Windows Server Containers
Önder Değer
 
PDF
Datawarehouse como servicio en azure (sqldw)
Enrique Catala Bañuls
 
PDF
Tipos de datos sql server 2014
Alexandra Jimenez
 
PPTX
Microsoft Azure Data Warehouse Overview
Justin Munsters
 
PPTX
SUSE Webinar - Introduction to SQL Server on Linux
Travis Wright
 
PDF
Administración de bases de datos con sql server 2008 (ejemplo)
Ronald Huere Arias
 
PPTX
Architecting .NET Applications for Docker and Container Based Deployments
Ben Hall
 
DOCX
Curriculo vitae
Ronald Huere Arias
 
PPTX
Texto digital
Isabel_Samir
 
PDF
Sql server 2016 novedades para desarrolladores
Enrique Catala Bañuls
 
PDF
Microservices + Events + Docker = A Perfect Trio (dockercon)
Chris Richardson
 
Escenarios híbridos con SQL Server 2014
Enrique Catala Bañuls
 
Planes de ejecucion 2016
Enrique Catala Bañuls
 
Sharepoint
Isabel_Samir
 
Novedades sql server 2008 para developers
Enrique Catala Bañuls
 
Sql Server 2008 Administracion
Eduardo Castro
 
Dificultades en las tic en la eduación
Isabel_Samir
 
Docker 1 0 1 0 1: a Docker introduction, actualized for the stable release of...
Jérôme Petazzoni
 
SQL Server Cross Platform Portable con Docker
Christian Melendez
 
Windows Server Containers
Önder Değer
 
Datawarehouse como servicio en azure (sqldw)
Enrique Catala Bañuls
 
Tipos de datos sql server 2014
Alexandra Jimenez
 
Microsoft Azure Data Warehouse Overview
Justin Munsters
 
SUSE Webinar - Introduction to SQL Server on Linux
Travis Wright
 
Administración de bases de datos con sql server 2008 (ejemplo)
Ronald Huere Arias
 
Architecting .NET Applications for Docker and Container Based Deployments
Ben Hall
 
Curriculo vitae
Ronald Huere Arias
 
Texto digital
Isabel_Samir
 
Sql server 2016 novedades para desarrolladores
Enrique Catala Bañuls
 
Microservices + Events + Docker = A Perfect Trio (dockercon)
Chris Richardson
 
Ad

Similar to Dawarehouse como servicio en azure (sqldw) (20)

PDF
CCI2017 - Considerations for Migrating Databases to Azure - Gianluca Sartori
walk2talk srl
 
PDF
Optimiser votre infrastructure SQL Server avec Azure
Swiss Data Forum Swiss Data Forum
 
PDF
Using ScyllaDB for Extreme Scale Workloads
MarisaDelao3
 
PDF
In-memory ColumnStore Index
SolidQ
 
PDF
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Databricks
 
PPTX
Copy Data Management for the DBA
Kellyn Pot'Vin-Gorman
 
PPTX
Migrating on premises workload to azure sql database
PARIKSHIT SAVJANI
 
PPTX
Denver SQL Saturday The Next Frontier
Kellyn Pot'Vin-Gorman
 
PPTX
Professional SQL for Developers
Paul Irwin
 
PPTX
Microsoft Fabric trough the Power BI lenses
Data & Analytics Magazin
 
PDF
Demystifying Data Warehouse as a Service (DWaaS)
Kent Graziano
 
PDF
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
Marcin Bielak
 
PDF
USQ Landdemos Azure Data Lake
Trivadis
 
PPTX
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
SnapLogic
 
PPT
SQL Server 2008 Integration Services
Eduardo Castro
 
PPTX
DA_01_Intro.pptx
Alok Mohapatra
 
PDF
New Developments in the Open Source Ecosystem: Apache Spark 3.0, Delta Lake, ...
Databricks
 
PPTX
SQL Azure - the good, the bad and the ugly.
Pini Krisher
 
PDF
Le big data à l'épreuve des projets d'entreprise
Rubedo, a WebTales solution
 
PDF
Benefícios e melhores práticas no uso do Amazon Redshift
Amazon Web Services LATAM
 
CCI2017 - Considerations for Migrating Databases to Azure - Gianluca Sartori
walk2talk srl
 
Optimiser votre infrastructure SQL Server avec Azure
Swiss Data Forum Swiss Data Forum
 
Using ScyllaDB for Extreme Scale Workloads
MarisaDelao3
 
In-memory ColumnStore Index
SolidQ
 
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Databricks
 
Copy Data Management for the DBA
Kellyn Pot'Vin-Gorman
 
Migrating on premises workload to azure sql database
PARIKSHIT SAVJANI
 
Denver SQL Saturday The Next Frontier
Kellyn Pot'Vin-Gorman
 
Professional SQL for Developers
Paul Irwin
 
Microsoft Fabric trough the Power BI lenses
Data & Analytics Magazin
 
Demystifying Data Warehouse as a Service (DWaaS)
Kent Graziano
 
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
Marcin Bielak
 
USQ Landdemos Azure Data Lake
Trivadis
 
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
SnapLogic
 
SQL Server 2008 Integration Services
Eduardo Castro
 
DA_01_Intro.pptx
Alok Mohapatra
 
New Developments in the Open Source Ecosystem: Apache Spark 3.0, Delta Lake, ...
Databricks
 
SQL Azure - the good, the bad and the ugly.
Pini Krisher
 
Le big data à l'épreuve des projets d'entreprise
Rubedo, a WebTales solution
 
Benefícios e melhores práticas no uso do Amazon Redshift
Amazon Web Services LATAM
 
Ad

More from Enrique Catala Bañuls (20)

PDF
Sql server ha muerto, larga vida a sql server
Enrique Catala Bañuls
 
PDF
Capas de acceso a datos .net escalables de verdad contra SQL Server
Enrique Catala Bañuls
 
PDF
Paralelismo en SQL Server
Enrique Catala Bañuls
 
PDF
Aplicando R al análisis de rendimiento de un servidor
Enrique Catala Bañuls
 
PDF
Técnicas avanzadas para resolver tus problemas de sql server
Enrique Catala Bañuls
 
PDF
Capas de acceso a datos .NET escalables de verdad: el batido perfecto para el...
Enrique Catala Bañuls
 
PDF
Planes de ejecución 3.0 sql 2016 y v next
Enrique Catala Bañuls
 
PDF
Paralelismo en sql server
Enrique Catala Bañuls
 
PDF
Aplicando R al análisis de rendimiento de un servidor
Enrique Catala Bañuls
 
PDF
Query store
Enrique Catala Bañuls
 
PDF
Planes de ejecucion 2
Enrique Catala Bañuls
 
PDF
Planes de ejecucion 1
Enrique Catala Bañuls
 
PDF
Migración a sql server 2016
Enrique Catala Bañuls
 
PDF
Como hacer tuning a capas de acceso a datos en .NET (dotNetConference2016)
Enrique Catala Bañuls
 
PPTX
Como leer planes de ejecución - edición 2015
Enrique Catala Bañuls
 
PDF
HERRAMIENTA CASE PARA MODELADO DE ALMACENES DE DATOS BASADA EN LENGUAJES ESPE...
Enrique Catala Bañuls
 
PDF
SQLCLR: .NET en el core de sql server
Enrique Catala Bañuls
 
PDF
Escenarios híbridos con sql server 2014
Enrique Catala Bañuls
 
PDF
Planes de ejecución en sql server 2014
Enrique Catala Bañuls
 
PDF
Transacciones diferidas
Enrique Catala Bañuls
 
Sql server ha muerto, larga vida a sql server
Enrique Catala Bañuls
 
Capas de acceso a datos .net escalables de verdad contra SQL Server
Enrique Catala Bañuls
 
Paralelismo en SQL Server
Enrique Catala Bañuls
 
Aplicando R al análisis de rendimiento de un servidor
Enrique Catala Bañuls
 
Técnicas avanzadas para resolver tus problemas de sql server
Enrique Catala Bañuls
 
Capas de acceso a datos .NET escalables de verdad: el batido perfecto para el...
Enrique Catala Bañuls
 
Planes de ejecución 3.0 sql 2016 y v next
Enrique Catala Bañuls
 
Paralelismo en sql server
Enrique Catala Bañuls
 
Aplicando R al análisis de rendimiento de un servidor
Enrique Catala Bañuls
 
Planes de ejecucion 2
Enrique Catala Bañuls
 
Planes de ejecucion 1
Enrique Catala Bañuls
 
Migración a sql server 2016
Enrique Catala Bañuls
 
Como hacer tuning a capas de acceso a datos en .NET (dotNetConference2016)
Enrique Catala Bañuls
 
Como leer planes de ejecución - edición 2015
Enrique Catala Bañuls
 
HERRAMIENTA CASE PARA MODELADO DE ALMACENES DE DATOS BASADA EN LENGUAJES ESPE...
Enrique Catala Bañuls
 
SQLCLR: .NET en el core de sql server
Enrique Catala Bañuls
 
Escenarios híbridos con sql server 2014
Enrique Catala Bañuls
 
Planes de ejecución en sql server 2014
Enrique Catala Bañuls
 
Transacciones diferidas
Enrique Catala Bañuls
 

Recently uploaded (20)

PDF
Optimizing Large Language Models with vLLM and Related Tools.pdf
Tamanna36
 
PPTX
big data eco system fundamentals of data science
arivukarasi
 
PPTX
01_Nico Vincent_Sailpeak.pptx_AI_Barometer_2025
FinTech Belgium
 
PDF
Research Methodology Overview Introduction
ayeshagul29594
 
PDF
apidays Singapore 2025 - Trustworthy Generative AI: The Role of Observability...
apidays
 
PDF
apidays Singapore 2025 - The API Playbook for AI by Shin Wee Chuang (PAND AI)
apidays
 
PDF
Business implication of Artificial Intelligence.pdf
VishalChugh12
 
PDF
UNISE-Operation-Procedure-InDHIS2trainng
ahmedabduselam23
 
PDF
Technical-Report-GPS_GIS_RS-for-MSF-finalv2.pdf
KPycho
 
PPTX
BinarySearchTree in datastructures in detail
kichokuttu
 
PDF
A GraphRAG approach for Energy Efficiency Q&A
Marco Brambilla
 
PPTX
Listify-Intelligent-Voice-to-Catalog-Agent.pptx
nareshkottees
 
PPTX
05_Jelle Baats_Tekst.pptx_AI_Barometer_Release_Event
FinTech Belgium
 
PDF
Unlocking Insights: Introducing i-Metrics Asia-Pacific Corporation and Strate...
Janette Toral
 
PPT
tuberculosiship-2106031cyyfuftufufufivifviviv
AkshaiRam
 
PDF
Using AI/ML for Space Biology Research
VICTOR MAESTRE RAMIREZ
 
PDF
InformaticsPractices-MS - Google Docs.pdf
seshuashwin0829
 
PPTX
03_Ariane BERCKMOES_Ethias.pptx_AIBarometer_release_event
FinTech Belgium
 
PDF
apidays Singapore 2025 - Streaming Lakehouse with Kafka, Flink and Iceberg by...
apidays
 
PPTX
apidays Singapore 2025 - Generative AI Landscape Building a Modern Data Strat...
apidays
 
Optimizing Large Language Models with vLLM and Related Tools.pdf
Tamanna36
 
big data eco system fundamentals of data science
arivukarasi
 
01_Nico Vincent_Sailpeak.pptx_AI_Barometer_2025
FinTech Belgium
 
Research Methodology Overview Introduction
ayeshagul29594
 
apidays Singapore 2025 - Trustworthy Generative AI: The Role of Observability...
apidays
 
apidays Singapore 2025 - The API Playbook for AI by Shin Wee Chuang (PAND AI)
apidays
 
Business implication of Artificial Intelligence.pdf
VishalChugh12
 
UNISE-Operation-Procedure-InDHIS2trainng
ahmedabduselam23
 
Technical-Report-GPS_GIS_RS-for-MSF-finalv2.pdf
KPycho
 
BinarySearchTree in datastructures in detail
kichokuttu
 
A GraphRAG approach for Energy Efficiency Q&A
Marco Brambilla
 
Listify-Intelligent-Voice-to-Catalog-Agent.pptx
nareshkottees
 
05_Jelle Baats_Tekst.pptx_AI_Barometer_Release_Event
FinTech Belgium
 
Unlocking Insights: Introducing i-Metrics Asia-Pacific Corporation and Strate...
Janette Toral
 
tuberculosiship-2106031cyyfuftufufufivifviviv
AkshaiRam
 
Using AI/ML for Space Biology Research
VICTOR MAESTRE RAMIREZ
 
InformaticsPractices-MS - Google Docs.pdf
seshuashwin0829
 
03_Ariane BERCKMOES_Ethias.pptx_AIBarometer_release_event
FinTech Belgium
 
apidays Singapore 2025 - Streaming Lakehouse with Kafka, Flink and Iceberg by...
apidays
 
apidays Singapore 2025 - Generative AI Landscape Building a Modern Data Strat...
apidays
 

Dawarehouse como servicio en azure (sqldw)