/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.lawrencejones.dev
| | github.com
2.6 parsecs away

Travel
| | The canonical spec for ulid. Contribute to ulid/spec development by creating an account on GitHub.
| | shekhargulati.com
3.6 parsecs away

Travel
| | In relational database design one of the key decisions is choosing the right primary key type for tables. In this post I am talking about surrogate or synthetic primary keys. They are called surrogate or synthetic as these keys are not derived from application data. In my experience I have seen very few teams giving...
| | rdrr.io
3.3 parsecs away

Travel
| | [AI summary] Documentation for the R 'ulid' package presents it as a more efficient, sortable, and URL-safe alternative to UUIDs for generating unique identifiers.
| | tonyhasler.wordpress.com
35.5 parsecs away

Travel
| When a table is accessed by multiple members of a parallel query server set, the execution plan may show the use of block range granules (PX BLOCK ITERATOR) or partition granules (PX PARTITION [RANGE|LIST|HASH] ITERATOR or PX PARTITION [RANGE|LIST|HASH] ALL). The basic ideas surrounding these concepts are discussed in numerous blogs and books, including my...