You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…r pg_session, indexes supported
Summary: Working on flakiness still (Aborted: backfill connection to DB failed), but getting this diff out for initial reviews and opinions. One thing to note is that the initial pipeline where we passed async flush seems to be less flakier since we can control exactly when we want to use async flush.
Test Plan:
Built locally and tested by creating indexes and performing COPY FROM.
Also added java test:
./yb_build.sh --java-test org.yb.pgsql.TestAsyncFlush
Reviewers: pjain, dmitry
Subscribers: yql
Differential Revision: https://phabricator.dev.yugabyte.com/D16005
Description
Now that async flush is implemented for COPY, we want to explore if it can be used for index inserts to further optimize COPY.
The text was updated successfully, but these errors were encountered: