Re: Polaris benchmarks proposal

2025-04-01 Thread Russell Spitzer
Sounds good! On Tue, Apr 1, 2025 at 10:38 AM Pierre Laporte wrote: > Ok so it seems there is a consensus. The benchmarks can be written in > Scala as long as they are contributed to the tools repository. I just > closed the initial PR that was against the `apache/polaris` repository and > open

Re: Polaris benchmarks proposal

2025-04-01 Thread Pierre Laporte
Ok so it seems there is a consensus. The benchmarks can be written in Scala as long as they are contributed to the tools repository. I just closed the initial PR that was against the `apache/polaris` repository and opened a new one against the `apache/polaris-tools` repository ( https://github.co

Re: [Discuss] Change EntityTable properties and internal properties from TEXT to JSONB

2025-04-01 Thread Prashant Singh
Thank you Dennis and Eric. I agree whenever we introduce (2) in BasePersistence we should definitely re:think if this is a query pattern that can be supported by most of the DBs (Relational / NoSQL) before accepting it for BasePersistence. Presently this specific change is not gonna introduce any

Re: [Discuss] Change EntityTable properties and internal properties from TEXT to JSONB

2025-04-01 Thread Jean-Baptiste Onofré
Hi Prashant If JsonB is PostgreSQL/JDBC specific, it makes sense to me as it's implementation specific., so +1 from my side. We should stay "abstract" in BasePersistence (and other interfaces). If backward compatibility is good to have, it's best effort. Same for zero downtime. We can do our best

Re: [Discuss] Change EntityTable properties and internal properties from TEXT to JSONB

2025-04-01 Thread Dmitri Bourlatchkov
Using JSONB in the PostgreSQL-specific implementation sounds reasonable to me. My impression from the in-progress PRs on this subject is that the effort is focused on PostgreSQL and reusing the SQL schema in different RDBMS systems is not actually expected (or planned). On the topic of compatibil

Re: Polaris benchmarks proposal

2025-04-01 Thread Jean-Baptiste Onofré
Hi Pierre, Thanks ! I will take a look at the new PR :) Regards JB On Tue, Apr 1, 2025 at 5:38 PM Pierre Laporte wrote: > > Ok so it seems there is a consensus. The benchmarks can be written in > Scala as long as they are contributed to the tools repository. I just > closed the initial PR th