Ghost/ghost/core
Steve Larson 4f6842b99a
Added composite index to posts table for type,status (#20437)
ref https://linear.app/tryghost/issue/CFR-35
- performance improvement intended for the content api/get helpers

The posts table is shared by posts and pages and seldom is queried for
both. It makes sense to add an index on type, and from the perspective
of the content API, also on status as you're almost only ever querying
for published posts or published pages.
2024-06-24 09:13:20 -05:00
..
content 🎨 Updated Source to v1.2.3 2024-06-06 08:34:57 +00:00
core Added composite index to posts table for type,status (#20437) 2024-06-24 09:13:20 -05:00
test Added composite index to posts table for type,status (#20437) 2024-06-24 09:13:20 -05:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json v5.86.2 2024-06-23 20:39:22 +00:00
playwright.config.js