Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай PostgreSQL High Performance Tuning Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:57
    Client-Server Architecture
  2. Урок 2. 00:03:08
    Understanding the Shared Buffer
  3. Урок 3. 00:01:41
    The Path of the Query
  4. Урок 4. 00:07:23
    Checkpoint
  5. Урок 5. 00:04:27
    Postgres background writers
  6. Урок 6. 00:02:08
    Utility Processes
  7. Урок 7. 00:01:52
    Understanding Vacuum
  8. Урок 8. 00:03:55
    Watching Vacuum at work
  9. Урок 9. 00:01:31
    Finding bloated tables
  10. Урок 10. 00:04:13
    Fighting table bloat
  11. Урок 11. 00:03:21
    Common Vacuum problems
  12. Урок 12. 00:05:58
    Making Use of Indexes
  13. Урок 13. 00:04:25
    Using indexes in an intelligent way
  14. Урок 14. 00:04:55
    Bitmap Scans
  15. Урок 15. 00:02:57
    Making use of Index-Only scans and Covering Indexes
  16. Урок 16. 00:06:01
    Indexing Foreign Keys
  17. Урок 17. 00:03:47
    Partial Indexes
  18. Урок 18. 00:05:47
    Clustered Tables
  19. Урок 19. 00:01:25
    Cluster Command
  20. Урок 20. 00:01:11
    Fill Factor
  21. Урок 21. 00:01:53
    Combined vs Independent Indexes
  22. Урок 22. 00:07:08
    Taking advantage of pg_stat_statements
  23. Урок 23. 00:01:16
    Top 10 Time-Consuming Queries
  24. Урок 24. 00:02:24
    Inspecting Table Statistics
  25. Урок 25. 00:01:10
    Detect Missing Indexes
  26. Урок 26. 00:02:03
    Hot Updates
  27. Урок 27. 00:01:19
    Finding Useless Indexes
  28. Урок 28. 00:06:53
    Understanding Execution Plans
  29. Урок 29. 00:01:07
    Making EXPLAIN more verbose
  30. Урок 30. 00:02:37
    Basic Cost Computation
  31. Урок 31. 00:03:47
    Spotting Query Problems
  32. Урок 32. 00:03:03
    Doing Joins Right
  33. Урок 33. 00:05:53
    Forcing Join Order
  34. Урок 34. 00:02:17
    Avoid Using SELECT *
  35. Урок 35. 00:02:33
    Avoid ORDER BY
  36. Урок 36. 00:00:37
    Avoid DISTINCT
  37. Урок 37. 00:02:18
    Reducing the Number of SQL Statements
  38. Урок 38. 00:04:23
    Parallel Queries
  39. Урок 39. 00:03:00
    PostgreSQL Memory System
  40. Урок 40. 00:07:55
    Analyzing PostgreSQL shared_buffers contents
  41. Урок 41. 00:02:22
    PostgreSQL Scalability
  42. Урок 42. 00:02:20
    Vertical vs Horizontal Scalability
  43. Урок 43. 00:04:22
    Master-slave(s) with read/write separation
  44. Урок 44. 00:01:01
    Physical Replication
  45. Урок 45. 00:03:11
    Log Shipping
  46. Урок 46. 00:02:36
    Streaming Replication
  47. Урок 47. 00:03:23
    Logical Replication
  48. Урок 48. 00:02:13
    Multi-Master Full Replication
  49. Урок 49. 00:04:08
    Sharding