Your videos are great, they deserve more views. I've been trying to find good cosmos db content, and have been working through your videos on that and the other ones (like this one). Thanks for the good info
This was a great find, as I was a little weary of finding content that tells you how to set these up, but not how to use them, thank you! I particularly like 'cheap data storage' mentioned at 07:57, which is primarily why I am looking at this. But does anyone know of any learning/videos that compares this solution with a small RDMBS (eg Azure SQL DB)....?
Very good explanation, congratulations. I have a doubt, if I want to use this type of tables, how can I delete all the content before inserting new rows?
Your videos are great, they deserve more views. I've been trying to find good cosmos db content, and have been working through your videos on that and the other ones (like this one). Thanks for the good info
This was a great find, as I was a little weary of finding content that tells you how to set these up, but not how to use them, thank you!
I particularly like 'cheap data storage' mentioned at 07:57, which is primarily why I am looking at this. But does anyone know of any learning/videos that compares this solution with a small RDMBS (eg Azure SQL DB)....?
Very good explanation, congratulations. I have a doubt, if I want to use this type of tables, how can I delete all the content before inserting new rows?
You can do replace upserts with this. It removes then replaces all the data for a row.
Is there a way we can run stored functions or procs on them.?
There's no trigger for stables. If you want to use tables and create a trigger, use a storage queue to trigger a function that can read the table.
How to sort the data in these tables based on any columns?
You really can't sort with this. You have to do it client side.
How do I copy these table data from one datalake to another datalake??
You'd need to wrote a script tp do that.