[sqlite] Performance issues with sqlite3 sqlite3_step function

2011-04-18 Thread Mathias Spoerr
Hello, I have problems with a specific query when using the "sqlite3_step" function: SELECT DISTINCT interfaces_int_id,device_dev_id FROM devInterface INNER JOIN interfaces ON devInterface.interfaces_int_id=interfaces.intf_id INNER JOIN nlink ON nlink.interfaces_intf_id=inte

Re: [sqlite] Performance issues with sqlite3 sqlite3_step function

2011-04-18 Thread Mathias Spoerr
users-boun...@sqlite.org] Im Auftrag von Igor Tandetnik Gesendet: Montag, 18. April 2011 15:55 An: sqlite-users@sqlite.org Betreff: Re: [sqlite] Performance issues with sqlite3 sqlite3_step function Mathias Spoerr wrote: > I have problems with a specific query when using the "sqlite