Moustafa Khalilsharpbim.hashnode.dev·Nov 4, 2024Mapping IFC GUIDs Between Revit and Exported FilesUnderstanding the IFC GUID Mapping Between Revit and Exported IFC Files Working with BIM projects in Revit often involves exporting models to the Industry Foundation Classes (IFC) format, a crucial step for interoperability in construction projects. ...121 readsExporting Models
Gor GrigoryanforfreeCodeCampfreecodecamp.org·Aug 20, 2024How to Effectively Manage Unique Identifiers at Scale: From GUIDs to Snowflake IDs and Other Modern SolutionsWhat Are Unique Identifiers? 🪪 Unique identifiers (UIDs) are crucial components in software engineering and data management. They serve as distinct references for entities within a system and ensure that each item – whether a database record, a user...scalability
Emmanuel Tisseraemmti.com·Aug 27, 2015GUID or Varchar(36)?While working on an application which had a foreign key GUID reference, we had to change the implementation for that field to accept a string. Then we came across the question as to whether GUIDs or a Varchar(36) field would perform better? First o...1.3K readsSQL