Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfc(feature): Fix Memory Limitiations in Session Replay's Access Pattern #88

Merged
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
01a816d
rfc(feature): Fix Memory Limitiations in Session Replay's Access Pattern
cmanallen Apr 24, 2023
9e6aec7
Add outline
cmanallen Apr 25, 2023
77e62dd
Further progress
cmanallen Apr 25, 2023
acaf8dd
Pinot and VersionedCollapsingMergeTree
cmanallen Apr 25, 2023
1fb126e
More changes
cmanallen Apr 25, 2023
e77831d
Stateful streaming, clickhouse upgrade
cmanallen Apr 25, 2023
97c9603
Add OLTP section
cmanallen Apr 25, 2023
03e7f64
Add disclaimer
cmanallen Apr 25, 2023
78421a3
Remove assumptions and disclaimer
cmanallen Apr 25, 2023
4875bc0
Number proposals
cmanallen Apr 25, 2023
3681298
Add emphasis
cmanallen Apr 25, 2023
dd4dc3c
Add more emphasis
cmanallen Apr 25, 2023
d43ebb8
Add drawback
cmanallen Apr 25, 2023
f1479d4
Reduce idle time
cmanallen Apr 25, 2023
edb90fa
More stuff
cmanallen Apr 25, 2023
724ec63
Add questions to cron job
cmanallen Apr 26, 2023
0f6212f
Typo
cmanallen Apr 26, 2023
4dfbd2d
Language
cmanallen Apr 26, 2023
62b134d
Ryans question
cmanallen Apr 26, 2023
c67a8e3
More updates
cmanallen Apr 26, 2023
2dc2f02
Add note
cmanallen Apr 26, 2023
4686c0d
Add memory limit configuration proposal
cmanallen Apr 27, 2023
6bdb97a
Add optimize_aggregation_in_order proposal
cmanallen Apr 27, 2023
f882d08
Fix typo
cmanallen Apr 27, 2023
9d02960
Bruno's question
cmanallen Apr 27, 2023
9c7fb54
Add SDK buffering proposals
cmanallen May 8, 2023
ef6f948
Add comment on viability
cmanallen May 8, 2023
1714f47
Add queries
cmanallen May 8, 2023
88bdc23
Update outcome
cmanallen May 10, 2023
b2730ea
Update solution
cmanallen May 12, 2023
1f9e83c
Add proposal 10 rejection statement
cmanallen May 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ This repository contains RFCs and DACIs. Lost?
- [0081-sourcemap-debugid](text/0081-sourcemap-debugid.md): Reliable JavaScript/SourceMap processing via `DebugId`
- [0084-move-docs-to-sentry-repository](text/0084-move-docs-to-sentry-repository.md): Move onboarding docs from sentry-docs over to sentry repository
- [0086-sentry-bundler-plugins-api](text/0086-sentry-bundler-plugins-api.md): Sentry Bundler Plugins API
- [0088-fix-memory-limitiations-in-session-replays-access-pattern](text/0088-fix-memory-limitiations-in-session-replays-access-pattern.md): Fix Memory Limitiations in Session Replay's Access Pattern
Loading