Andrew
My feedback
11 results found
-
35 votesAndrew supported this idea ·
-
33 votesAndrew supported this idea ·
-
56 votesAndrew supported this idea ·
-
48 votesAndrew supported this idea ·
-
8 votesAndrew supported this idea ·
-
160 votesAndrew supported this idea ·
-
5 votesAndrew shared this idea ·
-
2 votes
An error occurred while saving the comment Andrew shared this idea · -
6 votesOtso responded
Here's an example application how to use AWS S3 and Atlas Device SDK .NET to handle large files with the help of App Services Functions:
An error occurred while saving the comment Andrew commentedIf there are any concerns about changes to files causing syncing issues, it would still be helpful to have something like a RealmFile that's immutable. In this case, you would only need to deal with an initial upload and a subsequent download on other clients. You wouldn't have to deal with the data changing. (i.e. RealmFile would only have an InputStream, no OutputStream...other than for initial creation)
To be more clear, here's our use case:
We currently have files (e.g. images, PDFs) that never change (they're only created or deleted) as well as a sqlite database. The db references hashes of files. When we create a new file and create or update corresponding db entries these effectively happen independently from one another. We can do the updates within a sqlite transaction, but there's no way to roll back the file operations if something fails. In addition, we keep track of when the last db entry that references a specific file hash is removed and we then delete the corresponding file.
If these files could effectively be linked with a RealmObject, then we could perform safe transactions and Realm would handle syncing, caching, deleting, etc.
Andrew shared this idea · -
100 votes
Full-text search is rolled out to the Realm SDKs! For more information please see the following blog post:
https://www.mongodb.com/developer/products/realm/full-text-search-mobile-app-mongodb-realm/
An error occurred while saving the comment Andrew commentedRelated GitHub Issue: https://github.com/realm/realm-java/issues/1205
Andrew supported this idea · -
21 votesAndrew shared this idea ·
I know this is on the roadmap for "Beyond August 2020", but I would like to see this as soon as possible. This is the biggest thing that is keeping us from using Realm.