We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Queues in PostgreSQL

Formal Metadata

Title
Queues in PostgreSQL
Title of Series
Number of Parts
34
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Many projects involve something resembling job or message queuing. In this talk I will look at: - the pros and cons of using a plain old relational database for this type of workload rather than specialized technology - approaches and designs - special considerations for PostgreSQL - performance and tuning - potential improvements