home.social

#cosmosdb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cosmosdb, aggregated by home.social.

  1. Hilarious #SitecoreLunch today. Discussed:

    🌌 #CosmosDB
    🏦 A little civics
    🐟 Fishbowl cocktails
    🎇 #IndependenceDay
    🏴‍☠️ Flying country flags
    🔢 Future of serialization
    🟪 #Sitecore placeholders
    🐭 #DisneyLand vs. #DisneyWorld
    📝 Managing #Sitecore Page and Partial Designs

    See you same time next week! 🥪🥗

  2. Hilarious #SitecoreLunch today. Discussed:

    🌌 #CosmosDB
    🏦 A little civics
    🐟 Fishbowl cocktails
    🎇 #IndependenceDay
    🏴‍☠️ Flying country flags
    🔢 Future of serialization
    🟪 #Sitecore placeholders
    🐭 #DisneyLand vs. #DisneyWorld
    📝 Managing #Sitecore Page and Partial Designs

    See you same time next week! 🥪🥗

  3. Hilarious #SitecoreLunch today. Discussed:

    🌌 #CosmosDB
    🏦 A little civics
    🐟 Fishbowl cocktails
    🎇 #IndependenceDay
    🏴‍☠️ Flying country flags
    🔢 Future of serialization
    🟪 #Sitecore placeholders
    🐭 #DisneyLand vs. #DisneyWorld
    📝 Managing #Sitecore Page and Partial Designs

    See you same time next week! 🥪🥗

  4. Hilarious #SitecoreLunch today. Discussed:

    🌌 #CosmosDB
    🏦 A little civics
    🐟 Fishbowl cocktails
    🎇 #IndependenceDay
    🏴‍☠️ Flying country flags
    🔢 Future of serialization
    🟪 #Sitecore placeholders
    🐭 #DisneyLand vs. #DisneyWorld
    📝 Managing #Sitecore Page and Partial Designs

    See you same time next week! 🥪🥗

  5. Hilarious today. Discussed:

    🌌
    🏦 A little civics
    🐟 Fishbowl cocktails
    🎇
    🏴‍☠️ Flying country flags
    🔢 Future of serialization
    🟪 placeholders
    🐭 vs.
    📝 Managing Page and Partial Designs

    See you same time next week! 🥪🥗

  6. Cloud thinking: Data in 3rd denormalised form

    One schema to rule them all and in the darkness bind them.

    That’s the SQL way. One schema, many tables, be efficient with space. Join, don’t duplicate. Third normal form and structured data. More structure.

    But that’s not always the best way to scale. How important is it that everything is identical everywhere? How important is history? When a customer moves house, do you want to know the difference between the address they want their next order delivered to and the address the last order was delivered to?

    When you let go of SQL and joins, and when storage is cheap, does it matter if you have multiple copies, so long as each document has the right copy for itself?

    When you aggregate data, when your change log turns multiple orders into 1 delivery schedule for your driver, does it matter that the driver has their own copy for when they lose signal? Does it matter that there’s a copy of the addresses in the route that will be deleted tomorrow because it serves no more purpose?

    If storage is cheap and joins and transmissions are expensive, wouldn’t you want to cache data and trade storage for speed?

    Shouldn’t you embrace heterogeneous data? The address on your payment looks like the address on the order, but it serves a different purpose, it’s embedded in a different context, and it has a different lifecycle.

    It’s sometimes hard to change your mental model, but it can save you from doing the wrong thing.

    #cloudcomputing #cosmosdb #data #nosql
  7. Cloud thinking: Data in 3rd denormalised form

    One schema to rule them all and in the darkness bind them.

    That’s the SQL way. One schema, many tables, be efficient with space. Join, don’t duplicate. Third normal form and structured data. More structure.

    But that’s not always the best way to scale. How important is it that everything is identical everywhere? How important is history? When a customer moves house, do you want to know the difference between the address they want their next order delivered to and the address the last order was delivered to?

    When you let go of SQL and joins, and when storage is cheap, does it matter if you have multiple copies, so long as each document has the right copy for itself?

    When you aggregate data, when your change log turns multiple orders into 1 delivery schedule for your driver, does it matter that the driver has their own copy for when they lose signal? Does it matter that there’s a copy of the addresses in the route that will be deleted tomorrow because it serves no more purpose?

    If storage is cheap and joins and transmissions are expensive, wouldn’t you want to cache data and trade storage for speed?

    Shouldn’t you embrace heterogeneous data? The address on your payment looks like the address on the order, but it serves a different purpose, it’s embedded in a different context, and it has a different lifecycle.

    It’s sometimes hard to change your mental model, but it can save you from doing the wrong thing.

    #cloudcomputing #cosmosdb #data #nosql
  8. Cloud thinking: Data in 3rd denormalised form

    One schema to rule them all and in the darkness bind them.

    That’s the SQL way. One schema, many tables, be efficient with space. Join, don’t duplicate. Third normal form and structured data. More structure.

    But that’s not always the best way to scale. How important is it that everything is identical everywhere? How important is history? When a customer moves house, do you want to know the difference between the address they want their next order delivered to and the address the last order was delivered to?

    When you let go of SQL and joins, and when storage is cheap, does it matter if you have multiple copies, so long as each document has the right copy for itself?

    When you aggregate data, when your change log turns multiple orders into 1 delivery schedule for your driver, does it matter that the driver has their own copy for when they lose signal? Does it matter that there’s a copy of the addresses in the route that will be deleted tomorrow because it serves no more purpose?

    If storage is cheap and joins and transmissions are expensive, wouldn’t you want to cache data and trade storage for speed?

    Shouldn’t you embrace heterogeneous data? The address on your payment looks like the address on the order, but it serves a different purpose, it’s embedded in a different context, and it has a different lifecycle.

    It’s sometimes hard to change your mental model, but it can save you from doing the wrong thing.

    #cloudcomputing #cosmosdb #data #nosql
  9. Cloud thinking: Data in 3rd denormalised form

    One schema to rule them all and in the darkness bind them.

    That’s the SQL way. One schema, many tables, be efficient with space. Join, don’t duplicate. Third normal form and structured data. More structure.

    But that’s not always the best way to scale. How important is it that everything is identical everywhere? How important is history? When a customer moves house, do you want to know the difference between the address they want their next order delivered to and the address the last order was delivered to?

    When you let go of SQL and joins, and when storage is cheap, does it matter if you have multiple copies, so long as each document has the right copy for itself?

    When you aggregate data, when your change log turns multiple orders into 1 delivery schedule for your driver, does it matter that the driver has their own copy for when they lose signal? Does it matter that there’s a copy of the addresses in the route that will be deleted tomorrow because it serves no more purpose?

    If storage is cheap and joins and transmissions are expensive, wouldn’t you want to cache data and trade storage for speed?

    Shouldn’t you embrace heterogeneous data? The address on your payment looks like the address on the order, but it serves a different purpose, it’s embedded in a different context, and it has a different lifecycle.

    It’s sometimes hard to change your mental model, but it can save you from doing the wrong thing.

    #cloudcomputing #cosmosdb #data #nosql
  10. Cloud thinking: Data in 3rd denormalised form

    One schema to rule them all and in the darkness bind them.

    That’s the SQL way. One schema, many tables, be efficient with space. Join, don’t duplicate. Third normal form and structured data. More structure.

    But that’s not always the best way to scale. How important is it that everything is identical everywhere? How important is history? When a customer moves house, do you want to know the difference between the address they want their next order delivered to and the address the last order was delivered to?

    When you let go of SQL and joins, and when storage is cheap, does it matter if you have multiple copies, so long as each document has the right copy for itself?

    When you aggregate data, when your change log turns multiple orders into 1 delivery schedule for your driver, does it matter that the driver has their own copy for when they lose signal? Does it matter that there’s a copy of the addresses in the route that will be deleted tomorrow because it serves no more purpose?

    If storage is cheap and joins and transmissions are expensive, wouldn’t you want to cache data and trade storage for speed?

    Shouldn’t you embrace heterogeneous data? The address on your payment looks like the address on the order, but it serves a different purpose, it’s embedded in a different context, and it has a different lifecycle.

    It’s sometimes hard to change your mental model, but it can save you from doing the wrong thing.

    #cloudcomputing #cosmosdb #data #nosql
  11. The Azure Cosmos DB Data Migration Desktop Tool makes it easy to move data into Azure Cosmos DB without building a one-off importer.
    #Azure #CosmosDB #Mongodb #docker
    github.com/AzureCosmosDB/data-

  12. youtube.com/watch?v=FAc873nQ5KU - OmniRAG: how to do with . Thanks for the walk-through Aleksey Savateyev.

  13. A small security issue that I have discovered and reported is now mitigated. This is great work by the team behind CosmosDB vCore of acknowledging it, fixing it and being transparent with the customers 🙇 #Azure #CosmosDB

  14. A small security issue that I have discovered and reported is now mitigated. This is great work by the team behind CosmosDB vCore of acknowledging it, fixing it and being transparent with the customers 🙇 #Azure #CosmosDB