Hi,
I am doing some work to optimize sqlite to utilize a GPU for acceleration.
One thing missing, I really should have some "reasonable" populated sqlite databases of some amount of size. I can create contrived examples but I think it might be advantageous to utilize some real world sqlite databases. This presumes of course that it doesn't have sensitive data and can be shared.
Appreciate any pointers. Thanks!
On 12/18/13 22:39, Tom Gall wrote:
Hi,
I am doing some work to optimize sqlite to utilize a GPU for acceleration.
One thing missing, I really should have some "reasonable" populated sqlite databases of some amount of size. I can create contrived examples but I think it might be advantageous to utilize some real world sqlite databases. This presumes of course that it doesn't have sensitive data and can be shared.
Appreciate any pointers. Thanks!
On 12/18/13 22:39, Tom Gall wrote:
Hi,
I am doing some work to optimize sqlite to utilize a GPU for acceleration.
Appreciate any pointers. Thanks!
Here is other sites that may give you some ideas on developing benchmarks, specific to what you want to tweak and the target specific testing parameters in you efforts:
http://stackoverflow.com/questions/1711631/how-do-i-improve-the-performance-...
http://sacan.biomed.drexel.edu/vldb2012/program/?volno=vol5no13&pid=1004...
hth, James