I'm in the process of architecting the software for an embedded Linux system that functions as a remote and local user interface to a control system. There will be a lot of analog (fast) data arriving via SPI bus and I'm thinking of using SQLite to store this data in a well organized and easy to access manner.
My main concern is performance. Has anyone had any similar application experience they could comment on? I want to be able to insert data arriving on the SPI bus and then query the data to update a GUI at a very high rate (less than 250Ms). This is not real time so 250Ms is desirable but does not have to be guaranteed. Any thoughts or experience would be appreciated... _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

