real-ammar.bsky.social
@real-ammar.bsky.social
also spotify
April 27, 2025 at 7:52 PM
also, do you have know of any benchmarks/articles comparing of the performance of partitioned vs non-partitioned tables?
March 25, 2025 at 10:07 PM
That's a really great feature from Postgres. I've so many questions: If you do a select from a table do you need to specify the partition or can you just reference the table? What happens if you want to query multiple partitions - does postgres handle this automatically?
March 25, 2025 at 10:07 PM
What's the advantage of Guava's monitor/guard have over the standard java libraries primitives? Guava have some nice collections and functions over these collections, but when it comes to concurrency I usually stick with the java SDL primites.
November 22, 2024 at 4:17 PM