Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ IsReplicationWithoutIndex
Function
IsReplicationWithoutIndex
configuration/env.go:12–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
)
11
12
func
IsReplicationWithoutIndex() bool {
13
switch
strings.ToLower(os.Getenv(replicationWithoutIndex)) {
14
case
""
,
"y"
,
"t"
,
"1"
,
"on"
,
"yes"
,
"true"
:
15
return
true
16
}
17
return
false
18
}
Callers
5
updateTable
Method · 0.92
isIndexCreationDisabled
Function · 0.92
withSchema
Method · 0.92
generateCreateTableStmt
Function · 0.92
runReplicationScript
Function · 0.92
Calls
no outgoing calls
Tested by
1
runReplicationScript
Function · 0.74