For Ansible: dincosman.com/2024/11/01/a... , dincosman.com/2024/03/18/d... and dincosman.com/2024/03/17/g...
For FPP: dincosman.com/2023/10/10/u... and dincosman.com/2023/10/10/u...
For Ansible: dincosman.com/2024/11/01/a... , dincosman.com/2024/03/18/d... and dincosman.com/2024/03/17/g...
For FPP: dincosman.com/2023/10/10/u... and dincosman.com/2023/10/10/u...
dev.to/aws-heroes/a...
dev.to/aws-heroes/a...
www.crunchydata.com/blog/postgre...
www.crunchydata.com/blog/postgre...
<col> GENERATED ... AS IDENTITY
<col> DEFAULT ... <sequence>.NEXTVAL
Using the DEFAULT ON NULL clause for these, the database will populate the columns if you insert
DEFAULT
NULL
Omit the column
<col> GENERATED ... AS IDENTITY
<col> DEFAULT ... <sequence>.NEXTVAL
Using the DEFAULT ON NULL clause for these, the database will populate the columns if you insert
DEFAULT
NULL
Omit the column
https://www.johnnunemaker.com/shrinking-a-postgres-table/
https://www.johnnunemaker.com/shrinking-a-postgres-table/
github.com/isovalent/eCHO
My 60-min interview about 0x.tools with @lizrice.com is currently the latest one listed there (#158)
github.com/isovalent/eCHO
My 60-min interview about 0x.tools with @lizrice.com is currently the latest one listed there (#158)
www.youtube.com/watch?v=DFYL...
www.youtube.com/watch?v=DFYL...
As DBAs hate it to be bothered by developers, the blog post explains how they can avoid it.
🔗 Nothing new under the sun, but documented for later reference:
medium.com/@jasminfluri...
As DBAs hate it to be bothered by developers, the blog post explains how they can avoid it.
🔗 Nothing new under the sun, but documented for later reference:
medium.com/@jasminfluri...
Setting up `pg_parquet` in your Postgres instance is straightforward and offers versatile commands to export tables or query results to Parquet format and read Parquet files into Postgres tables. A typical workflow might look like this:
Setting up `pg_parquet` in your Postgres instance is straightforward and offers versatile commands to export tables or query results to Parquet format and read Parquet files into Postgres tables. A typical workflow might look like this:
- updated for Oracle Database 23ai Free
- SQLcl 24.3.1
- a couple of fixes to the wallet creation script
Works on Linux/MacOS 👌
- updated for Oracle Database 23ai Free
- SQLcl 24.3.1
- a couple of fixes to the wallet creation script
Works on Linux/MacOS 👌
— Here are my slides: www.slideshare.net/slideshow/br...
And resources for some of the questions I got:
— PGO: www.graalvm.org/latest/refer...
— NI & memory management: www.graalvm.org/latest/refer...
— My benchmarking setup: github.com/alina-yur/na...
— Here are my slides: www.slideshare.net/slideshow/br...
And resources for some of the questions I got:
— PGO: www.graalvm.org/latest/refer...
— NI & memory management: www.graalvm.org/latest/refer...
— My benchmarking setup: github.com/alina-yur/na...
Example: For this
WHERE EXTRACT(YEAR FROM ts_col) = 2024
Someone might come up with that index:
CREATE INDEX … ON … (EXTRACT(YEAR FROM ts_col))
While it works the better solution is to re-write the query...
Example: For this
WHERE EXTRACT(YEAR FROM ts_col) = 2024
Someone might come up with that index:
CREATE INDEX … ON … (EXTRACT(YEAR FROM ts_col))
While it works the better solution is to re-write the query...
(probably my first ever NON-technical post)
db-oriented.com/2024/11/25/m...
#oracleace #oracleugs
@sym42.bsky.social @iloug.bsky.social
(probably my first ever NON-technical post)
db-oriented.com/2024/11/25/m...
#oracleace #oracleugs
@sym42.bsky.social @iloug.bsky.social
psql
via @crunchydata.com Postgres tips -
psql
via @crunchydata.com Postgres tips -
🛎️follow to get notified of the next posts (#router #shard #sharded #reference #colocated #acid #resharding #postgres)
dev.to/aws-heroes/a...
🛎️follow to get notified of the next posts (#router #shard #sharded #reference #colocated #acid #resharding #postgres)
dev.to/aws-heroes/a...