芦荟柚子茶

Results 6 comments of 芦荟柚子茶

> I tested it on Sql Server, MySQL and MongoDB it works perfectly thank you I'm sorry that yesterday's algorithm was still flawed. Now, I fixed it.

## About the sorting order of MSSQL Guids MSSQL and System.Data.SqlTypes.SqlGuid sort first by the last 6 Data4 bytes, left to right, then the first two bytes of Data4 (again,...

## 1、一定的时间以后,新产生的 Guid 与旧 Guid 不连续的问题 2022年7月30日提交的代码,产生的 Guid 如: ```bash 74F98FF5-171C-BFFD-08DA-724214AEE378 ``` 其中 08DA-724214AEE378 为时间戳,转为十进制为 637947925366760312,代表的时间为: 2022-07-30 23:42:16. 当时间戳到达 08DB000000000000,Guid 如下: ```bash 74F98FF5-171C-BFFD-08DB-000000000000 ``` 转为十进制为 638103772203057152,代表的时间为:2023-01-27 08:47:00. 根据 Sql Server...

## Backward compatibility. The Guid generated by the modified algorithm is sequential with that generated by the original algorithm. SequentialAsString or SequentialAsBinary ```bash # Before 3a049123-74ad-23ec-dad0-d464099ef66d # Now 3a056aac-8aa7-07a6-7356-c645aceb8973 ```...

> hi @lisheng741 > > What do you think about [jhtodd/SequentialGuid#1](https://github.com/jhtodd/SequentialGuid/issues/1) ? Hi, maliming About [jhtodd/SequentialGuid#1](https://github.com/jhtodd/SequentialGuid/issues/1): When the database is stored, the primary keys are stored sequentially, so even if...

If you're interested in sequential GUids, You can read this article, But it only in Chinese: [ASP.NET Core generates sequential GUids](https://www.cnblogs.com/clis/p/16537028.html)