|
|
|
|
|
by akritrime
2094 days ago
|
|
Right, that's what I got from the Unique explanation in the doc. What I am confused about is this part: With Durable Objects, you instead design your storage model to match your application's logical data model. For example, a document editor would have an object for each document, while a chat app would have an object for each chat. There is no problem creating millions or billions of objects, as each object has minimal overhead. What does it mean that a document editor will have an object for each document? Will I have to create a new UDO each time a new document is created? |
|