Bug #95091 Feature request: memcached multi-get for different table_id's
Submitted: 23 Apr 2019 22:13 Modified: 25 Apr 2019 7:25
Reporter: Maksym Matiukhin Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Memcached Severity:S4 (Feature request)
Version:8.0.12 OS:Any
Assigned to: CPU Architecture:Any

[23 Apr 2019 22:13] Maksym Matiukhin
Description:
According to the https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-multiple-get-range-query.html memcached multi get works only with one table_id.
There is also possibilty to switch table_id for the first key.

Would it be possible to make it more flexible and generic and allow to request keys from different table-ids in one GET command  :
---
get @@AAA.1 @@BBB.2 @@CCC.XYZ @@ddd.XXX
---

Maybe with some sensible (configurable?) limit like 100

How to repeat:
NA, it is a feature request
[25 Apr 2019 7:25] MySQL Verification Team
Hello Maksym,

Thank you for the feature request!

regards,
Umesh