HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Edwinr95

no profile record

コメント

Edwinr95
·6 か月前·議論
The dot product is computed between two vectors. For these use cases that dot product is equal to the cosine of the angle between these angles.

(Strictly speaking we have that the angle is actually defined in terms of the dot/inner product in more abstract spaces like function spaces or L^p/l^p)
Edwinr95
·2 年前·議論
Isolation can be quite important. I work with a micro services architecture, where we assign a database per service.

That makes it very easy to manage access to sensitive data.
Edwinr95
·2 年前·議論
But a smaller CRUD app wouldn't need "virtually unlimited scale". I'm very curious what their target audience is.
Edwinr95
·2 年前·議論
I find it to be super limited, and I'm sort of struggling to see the point given all these constraints.

No temporary tables, no foreign keys, no views, no more than 10k rows in a transaction.

Except for some basic wire compatibility with the postgres protocol, I'd hardly call this a "database", and more a key-value store.

https://docs.aws.amazon.com/aurora-dsql/latest/userguide/wor...