David McAfee

Results 20 comments of David McAfee

Hi @kodai305! Thanks for filing this issue. Wondering if I can get more context from you. Which packages are you using, and what versions? Additionally, what platform are you using...

Hi @AlessandroVol23, I don't see where you are retrieving the credentials. There are a few other items that look a bit off (such as what you are doing with the...

@BartoszKlonowski I attempted to reproduce this issue, but was unsuccessful. Could you take a look at [the sample source code](https://github.com/david-mcafee/amplify-demo/blob/main/src/Components/Analytics/index.tsx), and see if there is something you are doing differently...

May possibly be fixed by [this PR](https://github.com/aws-amplify/amplify-js/pull/9724). Testing with the latest release.

@naveenkoduri - can you please provide the following? 1. Your project's schema (found under `/amplify/backend/api/[api name]/schema.graphql` 2. Current sync expressions 3. Any relevant DataStore code snippets that demonstrate how you...

@naveenkoduri - there is currently [a PR](https://github.com/aws-amplify/amplify-category-api/pull/594) out that changes the delta table partition key format for better sync performance with models having custom primary keys. New attributes are added...

@naveenkoduri - it looks like you tried both a 27 hour TTL for the delta table, as well as a 30 minute TTL. Have you tried experimenting with a TTL...

@kolodi - In response to your concern around re-renders, there is an option to monitor the [`isSynced` status](https://docs.amplify.aws/react/build-a-backend/more-features/datastore/real-time/#observe-query-results-in-real-time) flag to avoid unnecessary re-renders. Additionally, you are correct that DataStore will...

@asp3 - could you also give us an idea of the size of your schema? Specifically, is your schema particularly large (many models, or many fields per model), or complex...

@PopeSilk - thanks for opening this ticket! Can you please share the following with us so we can better understand / reproduce the issue? 1. Your schema 2. A code...