[PP-2] Add async query execution support to views

Created on 8 August 2023, 11 months ago
Updated 9 October 2023, 9 months ago

Problem/Motivation

Depends on πŸ“Œ [PP-1] Create the database driver for MySQLi Postponed and soft-depends on πŸ“Œ Add PHP Fibers support to BigPipe RTBC

Steps to reproduce

Proposed resolution

Once we have a mysqli driver, we'll have the ability to execute asynchronous MySQL queries.

When combined with πŸ“Œ Add PHP Fibers support to BigPipe RTBC this will allow us to make an async query, suspend a fiber, then continue once the query comes back.

We will need to both detect when the database driver supports async queries, and also that we're inside a fiber, so it's a couple of extra code paths.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

✨ Feature request
Status

Active

Version

11.0 πŸ”₯

Component
ViewsΒ  β†’

Last updated about 6 hours ago

Created by

πŸ‡¬πŸ‡§United Kingdom catch

Live updates comments and jobs are added and updated live.
  • Performance

    It affects performance. It is often combined with the Needs profiling tag.

Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024