Shivam Kumar Shukla

Results 8 comments of Shivam Kumar Shukla

@Cryoris [#13115 ](https://github.com/Qiskit/qiskit/pull/13115) was merged, however this issue is still open, is this issue yet to be resolved?

Hi @murphyatwork, I'm new to this project and would love guidance on how to start. Could you assign me this issue to get going? Thank you!

Hi @murphyatwork, The output of both the queries are different and count of each item is also different. The table on which both queries ran are same. Yet the result...

Hi @murphyatwork , Your SQL query should be `select lo_orderkey, count(*) from lineorder group by lo_orderkey order by count(*) desc limit 5;` I would love to know the difference in...

Got it. Thanks for explaining. I will have a look into the file.

Hi @murphyatwork I would like to proceed with the solution using the approach you suggested. Please find my atttached proposal and assign me the issue. ## Proposal: Optimizing Approximate Top-K...

Hi @murphyatwork I started working on the proposed solution. However I noticed something - The current implementation of the space-saving algorithm already employs localised bubbling (and not bubble sort) to...

Hi @murphyatwork Are we looking to optimize this by writing a new algorithm other than Space Saving or we are going to ignore considering the worst case is less frequent...