Skip to content

Commit b65da4d

Browse files
committed
Update SM Fixed-Width Values.md
1 parent 4116a83 commit b65da4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SM Fixed-Width Values.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ permalink: /strings/split-fwv
88

99
### Context
1010

11-
Consider a tree structure representing a hierarchical system of categories, and this structure needs to be stored in a relational database. While the classical relational model does not mesh well with hierarchical data, there are several approaches to marrying these concepts (see [References](#References) for further information).
12-
13-
In the Materialized/Enumerated Paths, each node saved as a row in the *nodes* table stores information about its absolute path. There are several approaches to encoding this path, which may or may not include the node itself. Let us assume that each node is assigned an ID consisting of eight randomly selected alphanumeric ASCII characters. An analog of file system path constructed from a sequence of ancestor IDs can act as the node path. Furthermore, because node ID has a fixed length, a "path separator" is not necessary, for example:
11+
Consider a tree structure representing a hierarchical system of categories to be stored in a relational database. While the classical relational model does not mesh well with hierarchical data, there are several approaches to marrying these concepts (see [References](#References) for further information). In the Materialized/Enumerated Paths, each node record in the *nodes* table stores information about its absolute path. There are several approaches to encoding this path, which may or may not include the node itself. Let us assume that each node is assigned an ID consisting of eight randomly selected alphanumeric ASCII characters. An analog of file system path constructed from a sequence of ancestor IDs can act as the node path. Furthermore, because node ID has a fixed length, a "path separator" is not necessary, for example:
1412

1513
~~~json
1614
{"BE0A8514": "afc2e40a40CF97B4704BA7F4F4CE4D5BF5A2A524"}

0 commit comments

Comments
 (0)