A Git Primer – Under the Hood
These notes assume you’re familiar with the basic functions of Git. The Git repository exists entirely in a single “.git” directory in your project root. Objects in Git are identified by hashes. Blobs –...
Read MoreThese notes assume you’re familiar with the basic functions of Git. The Git repository exists entirely in a single “.git” directory in your project root. Objects in Git are identified by hashes. Blobs –...
Read MoreWindows Mirror Raid 1 Seagate 2TB ST32000542AS CC34 Seagate 2TB ST2000DL003-9VT166 CC32 2 x Western Digital 2TB WD20EADS Windows RAID 0 3 x Seagate 1.5TB ST1500DL003-9VT16L Solid State Drives SSD – Samsung SSD 840 EVO 500G...
Read MorePosted by Jay Luong | Jul 7, 2015 | Database, MySQL / Percona |
While creating a schema for SNOMED to ICD-10 mapping, I came across the requirement of storing a UUID (128-bit unsigned integer) as the ‘id’ field. 128-bits = 16 bytes so we’ll use BINARY(16). drop table if...
Read More
Recent Comments