Skip to content

Commit 394c5ea

Browse files
Update finding-a-gap-in-timeseries-data-and-or-gaps-and-islands-using-sql.md
1 parent 5470e63 commit 394c5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finding-a-gap-in-timeseries-data-and-or-gaps-and-islands-using-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Finding a Gap in Timeseries data and or Gaps-and-Islands using SQL
1+
# Finding a Gap in Timeseries data and / or Gaps-and-Islands using SQL
22

33
A common problem in analyzing a Log data from applications is to create sessions from logged user activity. A user may use the app for couple of hours in day and then come back to it the next day. The log will register the user activity, but the logs will not tell us when the session end for the day, and a new session started the next day. Typically a sessions are based on _m_ minutes of activity and _n_ minutes of no activity. _n_ could be minutes, for example. This is also known as [Gaps-and-Islands](sessionization.md) problem in Computer Science.
44

0 commit comments

Comments
 (0)