PG Conf EU: Finding PostgreSQL’s fit in the AI space
Why PostgreSQL matters in the AI space as source, central component and target.
Why PostgreSQL matters in the AI space as source, central component and target.
Last week the good old Gunnar Morling launched an interesting challenge about ordering 1 billion rows in Java. Like my ex colleague and friend Robin Moffat, I’m not at all a Java expert, and while Robin used DuckDB to solve the challenge, I did the same with PostgreSQL and ClickHouse.
When sinking unix timestamps from Apache Kafka to OpenSearch/ElasticSearch using the dedicated connector, they are not recognized by default as timestamp in the target tech.
You can tabulate a JSON document (retrieve it as a row) in MySQL with the JSON_TABLE
function.
You can remove a field from JSON document in MySQL with the JSON_REMOVE
function.
You can insert a field in a JSON document in MySQL with the JSON_INSERT
function.