Fajrin Kingwijati

Results 3 comments of Fajrin Kingwijati

Should we replicate the pipelining for lists and hashes? I think we could try to exec the pipeline after it reads through all the rows rather than just column.

I made the pipeline executed after we scanned through all rows rather than just columns. pipeline executed after column scan (10k rows) ``` go test -v -db mysql -rows 10000...

Hi @DGKSK8LIFE , have you solved this yet? I'd like to try to solve this