Sanju Verma

Results 7 comments of Sanju Verma

I'm using `moor_ffi`. I'm using batch insert as of now. As I'm also writing the same entry to an FTS table, through a trigger and it does not update if...

The package version that I am using currently is `moor: ^3.0.2` and `moor_ffi: ^0.5.0`. I'll upgrade them to the latest and try it again. Yes, the behaviour varies on the...

I updated the packages, it wasn't of much use. So, I went ahead and implemented the suggested solution i.e., as mentioned in issue #621 and it was not of much...

Thanks for the suggestion! I'll test it out and let you know if it helps.

Hey, I split the work into multiple batches wrapped in a transaction but there is no improvement. Could this be due to something else? Is there any other thing that...

I'm running it on background isolate already, there is no frame drop issue, its the speed that's bothering. I'll see if I can change the way I'm entering the data....

Maybe this can help. The files will have to be put similar to the way RootBundleLoader expects. Here JSON is used, you could change it to use YAML. Let's say...