Commit graph

6 commits

Author SHA1 Message Date
Travis Turner
92f64f42e9
Stub out the queryer/systemAPI implementation
This is used to fix the fb_exec_requests query; by default, it was doing
"fanout", but that doesn't make sense in serverless. So we needed a way
to prevent fanout when running Serverless. This gets that distinction
from the `SystemAPI.ClusterName()` method.
2023-03-15 11:14:23 -05:00
Travis Turner
c02ed41a60
WIP: Implement fb_exec_requests for serverless 2023-03-15 11:13:59 -05:00
Matthew Jaffee
a397501111
try to make sure we're releasing large allocations (#2225) 2023-01-25 14:48:01 -06:00
Pat Okeeffe
ad49fb174d
get fb_exec_requests underlying storage to use less memory (#2210)
* only keep the last 2000 requests and truncate sql and plan text to 4K each

* fixed import

* address review feedback

Co-authored-by: Fletcher Haynes <fletcher.haynes@generalassemb.ly>
2023-01-23 17:30:12 -06:00
Fletcher Haynes
5c39a49285 Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
pokeeffe-molecula
dca0dd84e3 implement fb_exec_requests system table (#2327)
implements an fb_exec_requests system table. The purpose of this table is to allow access to internal state to see what queries are running and have been run.
Co-authored-by: Travis Turner <travis@molecula.com>

(cherry picked from commit 47d8be26f5)
2022-12-12 09:01:20 -08:00