I see my second question is not constructed well. I forgot one word at the end
of phrase.
Let me repeat: 2. Secondly, I'm using SQLite in my Android app, and I was
wondering is there any (easy) way to select a different type of sorting or
searching ALGORITHM?
I know there are "ORDER BY" constructions, "WHERE", and others. I admit I don't
know them well, just enough to use them once in my app.But my real question is
about the algorithm. Is there any parameter I can set to select another
algorithm (e.g. another algorithm of ORDER BY) and check its efficiency?
Thank you for your reply.
Dnia 25 marca 2014 17:20 Simon Slavin <slav...@bigfraud.org> napisał(a):
On 25 Mar 2014, at 4:02pm, michal.pilszak <michal.pils...@o2.pl> wrote:
> Hello, I've got a few questions: 1. Firstly, I was wondering what are the
types of sorting and searching algorithms used in SQLite?2. Secondly, I'm using
SQLite in my Android app, and I was wondering is there any (easy) way to select
a different type of sorting or searching?
SQLite implements most of the SQL92 language for dealing with databases. Any
book or web page aimed at SQL beginners will start you off learning enough
about what's possible to answer both of those questions.
If you have a specific question about how a particular SQL capability is
implemented, don't hesitate to post again.
Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
--
Pozdrawiam, MP.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users