B tree index || function information

Поиск
Список
Период
Сортировка
От Rohit Goyal
Тема B tree index || function information
Дата
Msg-id CANqGtSvEdP2bXbH_f_zKV8daJYXUyjZnNjybR_UjCC85pLRqow@mail.gmail.com
обсуждение исходный текст
Ответы Re: B tree index || function information  (Amit Langote <amitlangote09@gmail.com>)
Re: B tree index || function information  (Luca Ferrari <fluca1978@infinito.it>)
Список pgsql-novice
Hi All, 

If we have a table and btree index on it.
I would like to know what specific files and functions are called to insert data into index whenever I want to insert data into a table.

For example, if I insert a anew row into a table, then a new row in index will be inserted. I would like to know the sequential flow of functions or files called to insert data into a btree.

Please give me the flow for both an empty btree or an existing btree with (key, value) pairs.

--
Regards,
Rohit Goyal

В списке pgsql-novice по дате отправления:

Предыдущее
От: Rohit Goyal
Дата:
Сообщение: Transaction Id and status of any operation
Следующее
От: Luca Ferrari
Дата:
Сообщение: Re: Request for information || Begining flow of postgresql