git-hulk commented on PR #2845:
URL: https://github.com/apache/kvrocks/pull/2845#issuecomment-2763064548

   > > @ltagliamonte How could we generate the SST if we would like to use this 
command? I raise this question because I prefer using the same rocksdb version 
instead of introducing gorocksdb. So I'm wondering if we should support 
generating SSTs first by providing a subcommand for Kvrocks.
   > > cc @apache/kvrocks-committers
   > 
   > Hello @git-hulk in this codebase the use of the gorocksdb library has been 
introduced just for the unit tests. I thought about just dropping few pre 
generated SST files but I didn't think it was the right approach. I also think 
that by looking at the unit test code I've added it's going to be extremely 
simple for any other programming language to generate correct SST files.
   
   Yes, I know the gorocksdb is only for test purposes. I see you put a lot of 
effort into making the CI pass and generating SSTs, which is also a key step 
for using this command. So I think if we could provide the tool first and reuse 
this in our test cases.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to