Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql + s3玩法一例 #105

Closed
wanghenshui opened this issue Jan 2, 2024 · 5 comments
Closed

mysql + s3玩法一例 #105

wanghenshui opened this issue Jan 2, 2024 · 5 comments

Comments

@wanghenshui
Copy link
Owner

wanghenshui commented Jan 2, 2024

https://zendesk.engineering/moving-from-dynamodb-to-tiered-storage-with-mysql-s3-cb3dc9bf813a

CREATE TABLE `metadata` (
  `id` binary(16) NOT NULL,
  `end_time_ms` bigint(20) DEFAULT NULL,    # last timestamp this file contains
  `file_path` varchar(255) DEFAULT NULL,    # path of S3 file
  `log_count` int(11) DEFAULT NULL,         # count of the logs this S3 file contains
  `last_log_id` binary(16) NOT NULL, # ULID of last log we processed
);

@wanghenshui
Copy link
Owner Author

https://zhuanlan.zhihu.com/p/393555003

愣是搓了一个roaring bitmap类似的设计

@wanghenshui
Copy link
Owner Author

@wanghenshui
Copy link
Owner Author

etcd 在超大规模数据场景下的性能优化

etcd-io/bbolt#141
segregated freelist hash统计信息

@wanghenshui
Copy link
Owner Author

The importance of being earnestly random: Metamorphic Testing in CockroachDB

一图流

其实有一种数据库服务测试,就是双写,同时写入社区类似的服务和本地服务,对比结果。

pebble这种测试其实就是自己和自己比,对比一致性

@wanghenshui
Copy link
Owner Author

https://duanmeng.github.io/ 博客不错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant