Total Page Preview:   000000000398

25- If-else statement in Python









Thank You

About Author

Brijesh Kumar

Database Developer

I have more then 6 years Experience in Microsoft Technologies - SQL Server Database, ETL Azure Cloud - Azure SQL Database, CosmosDB, Azure Data Factory, PowerBI, Web Job, Azure Function, Azure Storage, Web Apps, Powershall and Database Migration On-Premise to Azure Cloud.
LinkedIn : https://www.linkedin.com



Comments

Aravind
29-Dec-2016
Hi Brijesh, I'm from the DocumentDB team. Thanks for making this table - great work! I have a few edits for you to consider: 1. An important difference is that in Tables, throughput of 2k is a scalability limit (not guaranteed maximum). In DocumentDB provisioned throughput is guaranteed, i.e. the minimum value 2. Also the per-partition limit is less important than the per-collection/table limit (infinite in DocumentDB, 20k in tables), because partitions are managed by both services. 3. Document storage is a superset of KV storage, so DocumentDB supports both modes. Happy to discuss more over email. Thanks again for making this comparison!
Brijesh Kumar
05-Jan-2017
Thank you for given your valuable suggestion.