Commit 1fed740
Add metadata_dim_ and total_rows_written_ members to EmbeddingRocksDB (#5883)
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/2802
Pull Request resolved: #5883
Declare two new EmbeddingRocksDB member fields used by the metadata column
family feature later in the stack:
- metadata_dim_: width of the metaheader stored in the separate metadata CF
- total_rows_written_: cumulative count of rows written
Reviewed By: EddyLXJ
Differential Revision: D108342270
fbshipit-source-id: 00587c00d698897dd46396ec3abac75c56291d0a1 parent 8866322 commit 1fed740
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1396 | 1396 | | |
1397 | 1397 | | |
1398 | 1398 | | |
| 1399 | + | |
1399 | 1400 | | |
1400 | 1401 | | |
1401 | 1402 | | |
1402 | 1403 | | |
| 1404 | + | |
1403 | 1405 | | |
1404 | 1406 | | |
1405 | 1407 | | |
| |||
0 commit comments