zjthappy
zjthappy
> @zjthappy thanks for the feedback! @DarvinHarutyunyan and @mgevor, please take a look at this hugs it seems beacuse of the version of python,i use python3.9 instead but a new...
Is there any requirement for the compiler version when compiling?
Is there a detailed tutorial, such as how to set parameters. I want to test the performance of redis
Thank you for your answers. I ran the instructions and there seems to be something wrong. The output is as follows: zjt@zjt-ThinkBook-16-G4-IAP:~/ycsb/ucsb$ sudo python3.9 run.py -db redis -sz 100MB -wl...
ok Thank you all I'll give it another try and I'll give feedback if I have any problems with it
Hello! I pull main branch. 1. I Enable Redis in CMakeList.txt > option(UCSB_BUILD_USTORE "Build USTORE for the benchmark" ON) > option(UCSB_BUILD_ROCKSDB "Build RocksDB for the benchmark" ON) > option(UCSB_BUILD_LEVELDB "Build...
> CMake caches older configs. Any chance you have previously run without Redis and hasn't cleaned the caches since? I tried deleting cmake's output directory build_release, and then to speed...
> Hi @zjthappy! Can you please kill the redis-server process, run the "redis-server" command in your terminal, and check if it works? @davvard First I started redis: > zjt@zjt-ThinkBook-16-G4-IAP:~/ycsb/ucsb$ redis-server...