Re: Postgresql 15 client arm64 and Qt 5.15

2023-12-18 Thread Piergiorgio Valli
Hi, I have a SO 64bit (not arm 64) so I have downloaded the package manually to collect all libraries for cross compilation,it is true there are missing dependencies because there are many packages (on Windows all dll are under folder libs). Now I am searching where libpgcommon and libpgport wher

Read write performance check

2023-12-18 Thread veem v
Hello All, Its Aurora postgresql database in AWS. We have a couple of custom tables created with some ~100 odd columns and required indexes and constraints created on them and that represents a certain business use case. Currently we don't have any data in them. Requirement is to test read and writ

Re: Read write performance check

2023-12-18 Thread Ilya Kosmodemiansky
Hi Veem, On Tue, Dec 19, 2023 at 7:36 AM veem v wrote: > 1)For write performance , the rows needs to be inserted from multiple > sessions at same time, with required random values as per the data types i.e. > Character, Number, date columns. And this needs to be tested for row by row > insert