I would like to request a SQLite official 64-bit SQLite3.exe CLI (not DLL) be created.
I have reviewed the prior discussions regarding 64-bit SQLite3 and the reasoning for which why creating a 64-bit version is denied are "it does not make a real difference", "you can just use ram disks", etc., etc. Here is my plea... I am using a set of complicated CTEs to crawl through a network (tree) to aggregate and calculate formulas. I don't have exceptionally large datasets but my CTEs result in a ton of memory usage. The process works well from disk, in Windows, but using a smaller test sample I get about a 30% to 40% increase in processing time if I set the PRAGMA to temp_store = 2. If I use a normal dataset, not a small test, I hit an approximate 2G limit and get a "out of memory" message, which I understand is due to SQLite3.exe being 32-bit. I have found some 3rd party 64-bit builds for SQLite3 (best found is 3.8.5) but they are out of date and don't allow all functionality that I am using. So, I do have a use case that requires 64-bit and I would see a significant increase in speed. As to RAM disks, I work in a corporate environment that locks down user rights which precludes me from distributing a tool that requires the creation of a tool that needs administrator rights. I also, would like to avoid having to compile it myself; I am not a software engineer. Thanks for your consideration. Richard This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users