Representation for alphanumeric data type based on space and speed case study: Student ID of X university
Agus Pratondo

TL;DR
This paper explores the optimal data representation for Student IDs, which are alphanumeric, by analyzing space and speed considerations, and concludes that representing SID as an integer is more efficient than as a string.
Contribution
The study proposes a data representation method for alphanumeric Student IDs based on space and speed constraints, advocating for integer representation over string.
Findings
Integer representation reduces space requirements.
Integer representation improves access speed.
String representation is less efficient in database operations.
Abstract
ID is derived from the word identity, derived from the first two characters in the word. ID is used to distinguish between an entity to another entity. Student ID (SID) is the key differentiator between a student with other students. On the concept of database, the differentiator is unique. SID can be numbers, letters, or a combination of both (alphanumeric). Viewed from the daily context, it is not important to determine which a SID belongs to the type of data. However, when reviewed on database design, determining the type of data, including SID in this case, is important. Problems arise because there is a contradiction between the data type viewed from the data characteristic and practical needs. Type of data for SID is a string, if it is evaluated from the basic concepts and its characteristic. It is acceptable because SID consists of a set of numbers which will not be meaningful if…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
