I dont wanna use the ADL and ADLA as a black box. I need to understand how the gears rotate underhood to use it in an efficient way.
Where i can find an information that describe internals:
- how U-SQL query is processed
- how parallelism is worked
- how storage is organized in ADL at low level
- how DB's storage is organized in ADL at low level (is it rowstore or columnstore)
- how partitioning is organized
- etc
There is exists a lot of books and whitepappers that describes RDBMS engine's internals. Does it exists for ADL/ADLA?
There are a lot of guys who works in Azure. Could you publish any drafts/whitepappers to use as is (unoficially).