How to query with Curl in couchbase

@atom_yang @vsr1 Sorry for late response. Since I am new to this forum so I came to know yesterday that I can reply only 21 times on the first day and then i had to wait for 24 hours for next reply. So i am replying now. .:slightly_smiling_face:. the curl statement is working now properly. I used @atom_yang command as well as @vsr1. But I had one question. (guide me if i post it as a new question or not?) . …In MySQL and Couchbase I read data of 1 day and 1 month by using same query.

For 1 day query the MySQL takes 40 milliseconds, but Couchbase took only 10 milliseconds. which shows that couch base is faster.:slightly_smiling_face:

And for 1 month data query MySQL still take 40 milliseconds, But in Couchbase it took 196- 225 milliseconds to display the same data of 1 month by using the same query . .“5) curl -v http://localhost:8093/query/service -d ‘statement=SELECT Temp.Col.001 FROM kami_file1_dat WHERE META().id > “1430438400” AND META().id < “1432944000”’” …

Why is Couchbase slow as compared to MySQL?. It should be faster.