cockroachdb / cockroachdb/cockroach
Partial index using timestamp / mvcc_timestamp
Open
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
Creating a full index on a large table may take a long time. In certain urgent cases, there is a need for the ability to quickly create a partial index using timestamps when only the latest data (up to 1 month) is required.
**Describe the solution you'd like**
The ability to quickly create a partial index using timestamps when only the latest data (up to 1 month) is required.
**Describe alternatives you've considered**
None at this time.
**Additional context**
N/A
Jira issue: CRDB-28848
Contributor guide
Assessment
This issue has not been assessed yet.