Skip to content

Commit 8a67332

Browse files
Update finding-a-gap-in-timeseries-data-and-or-gaps-and-islands-using-sql.md
1 parent cd45c26 commit 8a67332

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ From the above App Log, let's say we need to display
3434
2. begin_timestamp (begin of the session)
3535
3. end_timestamp (end of the session)
3636

37+
|![user-sessions](https://github.com/user-attachments/assets/84350eff-9394-45e0-8250-3fad502d1787)|
38+
|:--:|
39+
|*Figure 1*. Sessionized User Activity. No activity for 10 minutes or more indicates and end of session.|
40+
3741
We will define the _end of a session_ to be 10+ minutes i.e. If there is no activity for more than 10 minutes, the session should be considered as ended.
3842

3943
### MATCH_RECOGNIZE Query to create sessions

0 commit comments

Comments
 (0)