Skip to content

issues Search Results · repo:readysettech/readyset language:Rust

Filter by

650 results
 (94 ms)

650 results

inreadysettech/readyset (press backspace or delete to remove)

Description We currently hard code const MAX_SNAPSHOT_BATCH: usize = 8; on MySQL. A config max_parallel_snapshot_tables exists to allow change that. We should plumb this to mysql. Also, add an ENV option ...
  • altmannmarcelo
  • Opened 
    20 hours ago
  • #1529

Description mysql CREATE CACHE FROM SELECT my_table.id FROM my_table WHERE my_table.col1 = ? AND my_table.id = ? AND (my_table.updated_at ?); Caused the system to run out of memory and becoming unresponsive. ...
  • altmannmarcelo
  • 2
  • Opened 
    9 days ago
  • #1528

Some percentage of the time, when querying a cache with multiple rows matching a text[] column key, one will be indefinitely missing (i.e. waiting longer/retrying more does not change anything). I haven ...
High priority
  • mvzink
  • Opened 
    15 days ago
  • #1527

Description Currently if a user don t set MEMORY_LIMIT we will let readyset use the whole memory in the system. This might be a shoot in the foot as if the user is testing readyset with a dataset that ...
High priority
  • altmannmarcelo
  • Opened 
    15 days ago
  • #1526

I am currently using Alibaba Cloud s managed database service, and their database does not support the BACKUP ADMIN privilege. Does this mean that caching and other features cannot be used? 2025-06-10T11:40:09.109607Z ...
  • enp6
  • 1
  • Opened 
    17 days ago
  • #1524

Set according to the example, no special settings This is a crashed log: 2025-06-08T14:17:52.078146Z WARN readyset_server::http_router: Could not bind to provided external port; using a random port instead ...
bug
  • enp6
  • 2
  • Opened 
    18 days ago
  • #1523

Collations in MySQL have two space padding modes: PAD SPACE and NO PAD. The PAD SPACE mode, among other things, causes trailing whitespace to be ignored in inequality comparisons (i.e. =, , etc.; but ...
Medium priority
  • mvzink
  • Opened 
    22 days ago
  • #1522

Description There are some operations which do not change the underlining table structure related to Readyset (number of columns, data types). Those can skip snapshot. readyset ALTER TABLE category ...
  • altmannmarcelo
  • Opened 
    23 days ago
  • #1521
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub