github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/istorage/amazondb/consts.go (about)

     1  /*
     2   * Copyright (c) 2024-present unTill Pro, Ltd.
     3   * @author Alisher Nurmanov
     4   */
     5  
     6  package amazondb
     7  
     8  const (
     9  	defaultRCU                = 1
    10  	defaultWCU                = 1
    11  	partitionKeyAttributeName = "p_key"
    12  	sortKeyAttributeName      = "c_col"
    13  	valueAttributeName        = "value"
    14  )