PragmaTwice commented on issue #2279: URL: https://github.com/apache/kvrocks/issues/2279#issuecomment-2095223111
About the naming of column family: AS IS: ``` 0 default 1 metadata 2 zset score 3 pubsub 4 propagate 5 stream 6 search ``` TO BE: ``` 0 primary subkeys 1 key metadatas 2 secondary subkeys 3 pubsub 4 propagate 5 TBD (I don't know why stream should have a seperate cf) 6 search ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
