Creating a database. I wish to be able to create linked data offline. I initially went for a Guid, which is mostly safe to generate in a client. But Guids present issues with indexing, unless you use the SequentialId but that needs to be generated in the database. I considered the CombGuid which improves indexing […]
Recent Comments