Replies: 3 comments
-
| 
 tab-completion is psql feature, meaning the only way is provide separate psql-spqr build, the way greenplum does. 
 its meta-command, they are regular queries | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Better psql support | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Aha, it looks like we are already living in SPQR 3.0! Everything has been implemented, except  However, we can move on to the next version. Because for me this is an important but not critical feature. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I will try to describe the desired state and what SPQR should be able to do in the next version.
Distributed tables and reference tables
There can be many tables in the database. I suggest making it easier for users who hear about SPQR for the first time to navigate through them.
Distributed queries
We are already good at routing requests to a specific shard, now we need to work with distributed queries aka multi-shard queries.
Better psql support
\dt.Beta Was this translation helpful? Give feedback.
All reactions