-
Hi,
I'm not certain whether this is the right place to ask, if not, please point me to in the right direction.
I find myself in a situation where I create a lot of functions that look like
```…
-
Debatable if it is good practice or not, but it may be important and decisive factor for someone. Especially when migrating from Container that supports it.
Using DryIoc as example.
Named:
``` cs…
dadhi updated
4 years ago
-
Hi, I have a Kubernetes cluster with 1 master and 9 workers, each node has 4 CPU cores and 4GB RAM. I am facing an issue that when the query frontend executes a query with a very large interval or wit…
-
**Is your feature request related to a problem? Please describe.**
Non-deterministic failures to apply a raft command can crash the node:
> This poses a problem for replicas that fail for any reas…
-
**Describe the bug**
When using pgbouncer with default settings, Authentik will not work with `AUTHENTIK_POSTGRESQL__USE_PGBOUNCER` set to `"true"`.
Authentik will initially boot, successfully …
-
Pageserver ignores stop requests when it is started in the remote mode with no valid credentials.
## Steps to reproduce
```
moto_server >moto.log 2>&1 &
moto_proc=$!
sleep 0.5
export AWS_ACC…
-
i am trying to understand how db per user is going to be used, by creating parent db to be cloned by child db, it means if i want to separate admin only data there will be another database for just ad…
-
I'm using Apache Pinot 1.0.0 and I'm having some trouble when creating an inverted index on a multi-value column. This is my table config:
```
{
"tableName": "devices",
"tableType": "REA…
-
We have a multi-tenant environment where certain events are streamed along the same topic but need to be sinked into different databases. Example events
```json
{
"userName": "someUser",
"ten…
-
## Summary:
We need a way to isolate user data on a large scale while still being able to use class inheritance and polymorphism. Think multi-tenancy.
A `namespace` is the current way to describe t…