tera icon indicating copy to clipboard operation
tera copied to clipboard

An Internet-Scale Database.

Results 101 tera issues
Sort by recently updated
recently updated
newest added

请问是否有GlobalTranaction 介绍文档呢?thx~

想问一下 1、若部署1000个tablenode,client sdk是直连tableserver的么,这个是长连接么? 在这种情况下,如果有上千个client该怎么办呢? 或者说存在大量连接时,得使用tera proxy? 2、client sdk如何发现故障节点,并踢出该节点,如果是通过zk发现,会不会导致时延上的丢数据?

现在除了百度,还有哪些企业在用tera?

rt。一直有个疑问:index服务经过倒排召回和排序后,得到了docid 集合。然后用docid去tera查文档内容返回给前端吗? 还是说倒排服务里也有doc的具体内容?

master版本,在文件src/tera_c.cc 160行 RowMutation* mutation = table->rep->NewRowMutation(key); 这里的key可能是一个bug吗? 顺便问一下tera的key 支持 "\0123\0" 吗?需要传入这种key

Scan on non-existent column family currently scan a whole tablet and then return empty results. Probably tablet node should check against table schema to detect non-existent column family earlier.

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