Skip to content

TASK: Update topic URLs #1878

@johnhenley

Description

@johnhenley

Topic URLs are stored in table `activeforums_Topics'.

  • Add persisted computed column URL_Hash using hashbytes and md5

  • add index on URL_Hash

  • All sql changes go into SqlDataProvider file with version and issue number in the file name

  • In the TopicController add a FindByURL function to use the computed hash for speed and then non-hash URL for deduplication and accuracy, returning a matching topicinfo object

Metadata

Metadata

Labels

databaseChanges to database schematasksGeneral maintenance tasks that aren't typical development

Type

No fields configured for Task.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions