Connor

Results 181 comments of Connor

> > > I built the titan on the version in the demo, with rocksdb version 6.4.tikv. > > > > ./titandb_bench --db="/dev/shm/titan_bench" --use_existing_db=false --titan_min_blob_size=0 --value_size=1024 --num=10000000 --compression_type=none --benchmarks="fillseq" >...

@apple-ouyang You can check `TEST_F(TableBuilderTest, TargetSize)`, add a test for blob gc that it would fail without your change.

> I change the code. Referenced by TitanTableBuilder::AddBlob in the file table_build.cc::182. Here is the code written in table_build.cc::182: > > ```c++ > if (blob_handle_->GetFile()->GetFileSize() >= > cf_options_.blob_file_target_size) { >...

@apple-ouyang friendly ping

@dongdaoguang friendly ping

please provide the backtrace which you can get it in the core dump

Good job, what's the meaning for each method

So you develop a new delta compression algorithm, right? I'm curious about the overhead

For the question, you can just use `db_bench` in /tools and choose the workload on your demand