Karen Jex: Anatomy of a Database Operation
Slides and transcript from my talk, "Anatomy of a Database Operation", at DjangoCon Europe in Dublin on 25 April 2025. I'll share the recording as soon as it's available. ...
标签
database
相关的文章:本列表汇集了关于数据库的多篇文章,涵盖数据湖与数据仓库的区别、ACID特性、数据库迁移及开源解决方案等主题,帮助读者深入理解数据库的核心概念与应用。
Slides and transcript from my talk, "Anatomy of a Database Operation", at DjangoCon Europe in Dublin on 25 April 2025. I'll share the recording as soon as it's available. ...
前两天在《Java利用无外网(上):从HertzBeat聊聊SnakeYAML反序列化》这篇文章里说JDBC注入的时候提到H2 Database Web Console的RCE,我曾在Vulhub中对这个漏洞有一段描述: 1.4.198版本及以后的H2控制台中,添加了新的-ifNotExists选项,默认禁用远程数据库创建,这将导致攻击者必须找到一个已存在的H2数据库才能执行上述JDBC攻...
H2数据库Web控制台存在RCE漏洞,最早在2018年被提及。尽管官方在2019年发布补丁限制数据库创建,但攻击者仍可通过JDBC注入利用该漏洞。最终在2.1.210版本中修复了此问题。
I have started a repository of handy SQL Queries for Database Administration, which I have collected over the years. Finding unused or duplicate indexes or queries without indexes and other...
This blog was published in January of 2021 and was updated in April of 2025. PostgreSQL database security involves safeguarding multiple facets of the database ecosystem. It’s a broad topic...
Data storage is a big deal. Data companies are in the news a lot lately, especially as companies attempt to maximize value from big data’s potential. For the lay person, data storage is usually...
Understanding the foundation of reliable and consistent database transactions What are ACID transactions? Atomicity Consistency Isolation Durability ACID properties in practice Best practices for...
Understanding the foundation of reliable and consistent database transactions What are ACID transactions? Atomicity Consistency Isolation Durability ACID properties in practice Best practices for...