mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Use the cached activity function
This commit is contained in:
parent
da658cbf1d
commit
a0b99f61ea
10 changed files with 6 additions and 173 deletions
|
@ -1,32 +0,0 @@
|
|||
Table pagecache
|
||||
===========
|
||||
|
||||
Stores temporary data
|
||||
|
||||
Fields
|
||||
------
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ------- | ------------------------------------------------------------------ | -------------- | ---- | --- | ------- | ----- |
|
||||
| page | Page | varbinary(255) | NO | PRI | NULL | |
|
||||
| uri-id | Id of the item-uri table that contains the uri the page belongs to | int unsigned | YES | | NULL | |
|
||||
| content | Page content | mediumtext | YES | | NULL | |
|
||||
| fetched | date when the page had been fetched | datetime | YES | | NULL | |
|
||||
|
||||
Indexes
|
||||
------------
|
||||
|
||||
| Name | Fields |
|
||||
| ------- | ------- |
|
||||
| PRIMARY | page |
|
||||
| fetched | fetched |
|
||||
| uri-id | uri-id |
|
||||
|
||||
Foreign Keys
|
||||
------------
|
||||
|
||||
| Field | Target Table | Target Field |
|
||||
|-------|--------------|--------------|
|
||||
| uri-id | [item-uri](help/database/db_item-uri) | id |
|
||||
|
||||
Return to [database documentation](help/database)
|
Loading…
Add table
Add a link
Reference in a new issue