Mohammad Aziz

Results 9 comments of Mohammad Aziz

I am very new to sqlc, given I put some research in it I would like to pick this.

Most of the changes are regarding JsonNet. Personally I think it's a win for readability. When I first encountered Go template I was certainly faced a lot of frustrations. I...

Hi @adambcomer, thanks for taking out some of your time to explain it well. Basically I'm at the point where the last tutorial is ended, that means I haven't created...

Hi @adambcomer, Hope you are doing well :) So basically I'm stuck in implementing `sstable.rs` file. I am not able to understand how to go about that file 🤷‍♂️ Can...

@adambcomer Just one clarification, what benefits that we get from SSTable if is sorted by keys? I know it can be useful for compaction but how does it helps to...

@adambcomer Assuming the key is not in the memtables and SSTables are structured like the WAL but sorted, even in that case how can we binary search on a data...

@adambcomer Apparently RocksDB has something called [FileMetaData](https://github.com/facebook/rocksdb/wiki/Indexing-SST-Files-for-Better-Lookup-Performance) which stores some important information like the largest and smallest key of that file. I assume that FileMetaData is a class in the...

@adambcomer Yeah, that's correct. I lack some fundamental understand about the LSM database. I will get back to you after reading the paper. Thank you!