SQL lite adding records

Dr. Hawkins dochawk at gmail.com
Tue Mar 24 23:30:44 EDT 2015


On Tue, Mar 24, 2015 at 8:19 PM, JB <sundown at pacifier.com> wrote:

> I have not heard of BEGIN TRANSACTION
> but I will give it a try.
>

At least assuming a disk stored db, it is likely also faster.

In my case, I pull several hundred records from a remote postgres db, and
stash them into a memory sqlite db.

My enemy isn't local performance, but lag on each transaction; combining
tehm makes my application possible.


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list