Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
944b1623
Commit
944b1623
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add:
> * Consider using MVCC to cache count(*) queries with no WHERE clause
parent
2f1d96c3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+2
-1
2 additions, 1 deletion
doc/TODO
with
2 additions
and
1 deletion
doc/TODO
+
2
−
1
View file @
944b1623
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated:
Mon
May
26 14
:3
6
:44 EDT 2003
Last updated:
Fri
May
30 22
:3
1
:44 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -329,6 +329,7 @@ Cache
...
@@ -329,6 +329,7 @@ Cache
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
* Make blind writes go through the file descriptor cache
* Make blind writes go through the file descriptor cache
* Cache last known per-tuple offsets to speed long tuple access
* Cache last known per-tuple offsets to speed long tuple access
* Consider using MVCC to cache count(*) queries with no WHERE clause
Vacuum
Vacuum
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment