In my initial database schema I have certain relational tables that could strongly be thought of as objects. As an exampleone table might hold a bunch of related points(x,y,z) where the rows could be grouped by a foreign key to anothertable. Anotherwords each set of points belongs to one row in another table. So from what I have been reading here in the forums its usually best to avoid custom data types, but I would not be queryingon the fields contained in the possible objects, nor would I be indexing on them. It would essentially just be storingthem and extracting them as needed. Would this be a good case for a custom data type, written as a C struct?
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера