baidu / tera

An Internet-Scale Database.
BSD 3-Clause "New" or "Revised" License
1.89k stars 437 forks source link

希望使用tera实现小文件对象存储 #1305

Open allencwl opened 7 years ago

allencwl commented 7 years ago

希望使用tera实现小文件对象存储 至少需要实现下面的接口 //seek 函数,根据根据偏移量读取key. Seek(offset int64, whence int) //size() 函数,key 的大小 int Size()

elithnever commented 6 years ago

其实tera的数据持久化层就是分布式文件系统, 分布式文件系统已经提供类似接口了