-
Enhancing Performance with Indexing in SQLite
July 6, 2024In this article, we will explore how indexing works in SQLite, differentiate the performance when applying indexing, and experiment with scenarios where it may break the utilization of the index.
Justin Nguyen · 8 min read ·databasesqlite+3 -
Query nearest latitude and longitude from SQLite
April 1, 2021Searching for nearby locations is one of the most popular features we see in every app. In this topic, we will see how to implement a SQL query with a large dataset of location records. We will see how to calculate the distance and find the closest bus stop to our location.
Justin Nguyen · 7 min read ·androidsql+3