github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/.github/ISSUE_TEMPLATE/performance-inquiry.md (about)

     1  ---
     2  name: Performance inquiry
     3  about: You have a question about CockroachDB's performance and it is not a bug or
     4    a feature request
     5  
     6  ---
     7  
     8  **What is your situation?**
     9  
    10  Select all that apply:
    11  
    12  - is there a difference between the performance you expect and the performance you observe?
    13  - do you want to improve the performance of your app?
    14  - are you surprised by your performance results?
    15  - are you comparing CockroachDB with some other database?
    16  - another situation? Please explain.
    17  
    18  **Observed performance**
    19  
    20  What did you see? How did you measure it?
    21  
    22  If you have already ran tests, include your test details here:
    23  
    24  - which test code do you use?
    25  - which SQL queries? Schema of supporting tables?
    26  - how many clients per node?
    27  - how many requests per client / per node?
    28  
    29  **Application profile**
    30  
    31  Performance depends on the application. Please help us understand how you use CockroachDB before we can discuss performance.
    32  
    33  - Have you used other databases before? Or are you considering a migration? Please list your previous/other databases here.
    34  
    35  - What is the scale of the application?
    36    - how many columns per table?
    37    - how many rows (approx) per table?
    38    - how much data?
    39    - how many clients? Requests / second?
    40  
    41  - What is the query profile?
    42    - is this more a OLTP/CRUD workload? Or Analytics/OLAP? Is this hybrid/HTAP?
    43    - what is the ratio of reads to writes?
    44    - which queries are grouped together in transactions?
    45  
    46  - What is the storage profile?
    47    - how many nodes?
    48    - how much storage?
    49    - how much data?
    50    - replication factor?
    51  
    52  **Requested resolution**
    53  
    54  When/how would you consider this issue resolved? 
    55  
    56  Select all that applies:
    57  
    58  - I mostly seek information: data, general advice, clarification.
    59  - I seek guidance as to how to tune my application or CockroachDB deployment.
    60  - I want CockroachDB to be optimized for my use case.