clockworklabs / spacetime-docs

Apache License 2.0
5 stars 8 forks source link

WebSocket API ref: remove `row_pk`. #29

Closed gefjon closed 4 months ago

gefjon commented 5 months ago

Re https://github.com/clockworklabs/SpacetimeDB/pull/840 .

We're removing the row_pk from the WebSocket API TableRowOperation, as computing it has a major performance impact on the server.

This commit removes references to it from the WebSocket API reference.

bfops commented 4 months ago

wait - should we have merged off on merging this until releasing? What's our process around coordinating docs with code?